The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > OS X (Apple)
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 09-22-2007
DukeNuke2's Avatar
DukeNuke2 DukeNuke2 is offline
Soulman
 

Join Date: Jul 2006
Location: Germany, Berlin
Posts: 1,208
try "cat"...

Code:
 cat file1 file2 fileN > newfile
Reply With Quote