bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Catted !!


From: Marco Gerards
Subject: Re: Catted !!
Date: Wed, 25 Feb 2004 20:49:18 +0100
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

htmdl <address@hidden> writes:

Hi,

> "cat" command using to link many file to one file,but the  output
> file?
> i.e Having 2 file A and B.
> Content A: 1234
> Content B: abcd
> command: cat A B
> out put:
> 1234
> abcd
>
> How can i store the output in a file (i.e "C.raw")? Could you help
> me?

You can do:
cat A B > C.raw

--
Marco





reply via email to

[Prev in Thread] Current Thread [Next in Thread]