星期二, 十月 24, 2006

using "cat" to concatenate files to another

I saw my leader used "cat", but searching for many sites, there is only output to standard output file - screen.
This is how to use it:
cat fileA fileB fileX > fileAnother

fileAnother will include all the files before ">" in order

没有评论: