On Wed, 7 Jan 2004, 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?
cat * > foobar.txt Is that what you're wanting to do? (Friendly hint: "cat" is short for "concatenate".) ~ ross -- This sentence would be seven words long if it were six words shorter. ____________________ BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
