htmdl <[EMAIL PROTECTED]> 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 _______________________________________________ Bug-coreutils mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-coreutils
