- Digital Research Source Code (cpm.z80.de)
Here you will find all the source code that we have for Digital Research software products. If there is something that you don’t see the source for, and you have it, please drop me a line, and I will provide you an address where to send it. It will then be posted here so everybody can enjoy it.
- cat (Unix) (Wikipedia)
cat is a standard Unix utility that reads files sequentially, writing them to standard output. The name is derived from its function to (con)catenate files (from Latin catenare, “to chain”). It has been ported to a number of operating systems. ¶ The other primary purpose of cat, aside from concatenation, is file printing — allowing the computer user to view the contents of a file. Printing is the most common use of cat.