The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 09-27-2006
Laurel Maury Laurel Maury is offline
Registered User
  
 

Join Date: Sep 2006
Posts: 3
Just a thought

Hi,

I'm failly new to UNIX scripting, but couldn't cat work?

I think cat file_1 file_2 > endfile will create a file that has file_1 and file_2 stuck together.

Or maybe grep the line you want, pipe it into another file and then use cat to join.

But then, I'm a newbie, so there's some glaring thing I might be missing.

Best wishes,
Laurel