home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume8 / help.jn / cat.txt < prev    next >
Encoding:
Text File  |  1989-08-19  |  212 b   |  8 lines

  1. The program to "concatenate" multiple files is called "cat".
  2. Usage:
  3. $ cat file1 file2 file3 ... > outputfile
  4.  
  5. Be careful that "outputfile" is not the same as any of the other
  6. files.  If it is, it will be LOST!!
  7.  
  8.