|
Vern Hamberg wrote: [snip] > Someone asked about a number of commands - man, ls, etc. They do make some > sense, usually - man means manual, ls is probably list, cat could mean > catalog, although the connection with that in its current usage is probably [snip] Actually, cat is "conCATenate". It reads each of the files given to it as parameters and copies them to stdout. So: cat inFile1 inFile2 inFile3 > combinedFile Would concatenate the contents of inFile1, inFile2, inFile3 into the file combinedFile Thus, it's fairly well named (in the Unix world anyway!) Barry -- Please avoid sending me Word, PowerPoint or Excel attachments. See http://www.fsf.org/philosophy/no-word-attachments.html
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.