[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Apple ][GS utility: UNIX to Apple text
- Subject: Re: Apple ][GS utility: UNIX to Apple text
- From: mnementh@netcom.com (David R. Villegas)
- Date: Sun, 17 Jul 1994 19:41:12 GMT
- Newsgroups: comp.sys.apple2
- Organization: Ministry of Love - Room 101
- References: <309v98$pb0@triode.apana.org.au>
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