RE: [newbie] Merging 2 files

2003-01-28 Thread Richard Babcock
That will append to file1 eh? Not create file C. R - Richard L. Babcock, Owner Tower Training At Tower Training, We Bring the Classroom to You! www.towertraining.net cat file2 file1 Kaj Haulrich. Want to buy your Pack or Services from MandrakeSoft? Go to

Re: [newbie] Merging 2 files

2003-01-27 Thread Kaj Haulrich
On Monday 27 January 2003 09:42 pm, Joan Tur wrote: Hallo! I'd like to merge file A with file B creating file C... how could I do that? I've had a look at cp's man with no luck O8-) cat file2 file1 Kaj Haulrich. === Powered by Linux

Re: [newbie] Merging 2 files

2003-01-27 Thread Miark
If you want to preserve the original files: cat fileA fileB fileC Miark On Mon, 27 Jan 2003 22:42:38 +0100 Joan Tur [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hallo! I'd like to merge file A with file B creating file C... how could I do that? I've

Re: [newbie] Merging 2 files

2003-01-27 Thread Stephen Kuhn
On Tue, 2003-01-28 at 08:42, Joan Tur wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hallo! I'd like to merge file A with file B creating file C... how could I do that? I've had a look at cp's man with no luck O8-) Thanks!! - -- Joan Tur. Eivissa-Spain AOL quini2k, ICQ

Re: [newbie] Merging 2 files

2003-01-27 Thread yankl
On Monday 27 January 2003 04:42 pm, Joan Tur wrote: Hallo! I'd like to merge file A with file B creating file C... how could I do that? I've had a look at cp's man with no luck O8-) Thanks!! One of the way is to use cat. #cat A B C Actuly it work with any number of elements #cat