[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Apple ][GS utility: UNIX to Apple text



darrall@triode.apana.org.au (Darrall Cutting) wrote:
>Does anyone know of a utility for the Apple ][ which will convert a UNIX 
>text file to the apple format with carriage returns?

If you have access to UNIX, just try

cat filename | tr \\012 \\015 > apple.file