Catted !!

2004-02-25 Thread htmdl
Dear sir Granlund I'm a beginer in Redhat so could you help me a problem. 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

make check failures if BLOCK_SIZE is set in the environment

2004-02-25 Thread Paul Eggert
I ran into some make check failures when I set BLOCK_SIZE in my environment before running the coreutils tests. Here's a patch. 2004-02-25 Paul Eggert [EMAIL PROTECTED] * tests/du/deref-args, tests/du/exclude, tests/du/slash, tests/du/trailing-slash: Run envvar-check in case

Re: Catted !!

2004-02-25 Thread Marco Gerards
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:

cp --sparse might corrupt DEST

2004-02-25 Thread Szakacsits Szabolcs
On Wed, 25 Feb 2004, Szakacsits Szabolcs wrote: On Wed, 25 Feb 2004, Per Olofsson wrote: This is what I thought would be unreliable: cp --sparse=always sparse-image-file.img /dev/hda1 But since you're saying that cp won't allow that, this apparently isn't an issue. You were