The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 06-30-2009
lowbyte lowbyte is offline
Registered User
  
 

Join Date: Jan 2007
Posts: 73
hey,

perhaps cat will help you?
cat file1 file2 file3 >> filex
cat filex file4 >> filex
cat filex file5 >> filex

cu
lowbyte