Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by BMFNAA

  1. BMFNAA

    ANSI X12

    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.

Part and Inventory Search

Back
Top