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:

Re: can't deal this kind of files, '-filename'

2003-12-18 Thread Marco Gerards
Lee Huan Chul [EMAIL PROTECTED] writes: [...] make file of which name is -file and do ls *file then error occures like this ls: invalid option -- e Try `ls --help' for more information. this is because coreutils uses raw argv(in main) as getopt's argument(in decode_switches,

Re: 1.2x to 1.9x speedup for sha1sum using SSE2

2003-12-05 Thread Marco Gerards
dean gaudet [EMAIL PROTECTED] writes: at http://arctic.org/~dean/crypto/sha1.html you'll find a coreutils patch which includes a new implementation of SHA1 using SSE2 hardware for a speedup ranging from 1.2x to 1.9x depending on which SSE2-capable CPU is used. there's a complication to

Re: directory changed to a file

2003-11-18 Thread Marco Gerards
Randy Solomonson [EMAIL PROTECTED] writes: Hello- A directory that I have was strangely changed into a file. Is there a way to change it back to a directory? I think cvs was doing it. It's very odd. This is a bug of your filesystem driver (Linux I assume?) and has nothing to do with