Simon D. Williams wrote:
Is there an Apple II program (prefereably ProDOS) that can convert textfiles between DOS, Apple and UNIX formats? -s
I thought I saw one which did Apple/*NIX conversions about 10 years ago. It can be written in BASIC but using the GET command is slow. It is better to write it in ProDOS and another language to grab a whole line at a time then make the conversion on the last one or two characters on the line.
Later Mike