[WBEL-users] Combining text files

fefe@fefe.2y.net fefe@fefe.2y.net
Wed, 25 Aug 2004 09:39:59 -0400 (EDT)


Jeff,

cat <firstfile.txt> >> <2ndfile.txt>
to append the first file to the end of the 2nd file.

Eric


On Tue, 24 Aug 2004, Jeff Maze wrote:

>    I have multiple M$ Windows DNS zone files that I would like to combine
> into one file.  I'm sure there's a way to do it windows, but I imagine it'd
> be even easier to do in Linux.
>
>    Anyone know how I can accomplish this?
>
> Thanks..
>
>