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 in_file1, in_file2, ... , in_fileN > out_file

or even

#cat * > out_file

Yankl



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to