You can accomplish the requested task in either UNIX or DOS in multiple ways.
In UNIX, you can use:
'cat * >> outfilename' to copy all of the files in the current directory to the output file. '>>' will cause the data to append as opposed to '>', which overwrites the file.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.