|
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
|