On Wed, Jan 07, 2004 at 06:39:19PM -0700, Carl Youngblood wrote: > What would be a good way to concatenate a number of text files, all of > which are in the same directory, into one big text file? > > Thanks, > Carl
cat file1 file2 file3 >output -- Andrew McNabb http://www.mcnabbs.org/andrew/ PGP Fingerprint: 8A17 B57C 6879 1863 DE55 8012 AB4D 6098 8826 6868 ____________________ BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
