bug#33123: ls: add case-sensitive --color option

2022-05-10 Thread Mikael Magnusson
know about?). If anyone has some ideas I would be happy to produce a patch (assuming you don't need copyright assignment). [1] https://debbugs.gnu.org/cgi/bugreport.cgi?bug=9086 [2] https://lists.gnu.org/archive/html/coreutils/2018-06/msg00011.html -- Mikael Magnusson

--enable-xattr gives #define USE_XATTR yes instead of 1

2010-03-10 Thread Mikael Magnusson
the m4 file nor cp.c has changed on those lines since xattr support was added... Disclaimer: this is gentoo ;). -- Mikael Magnusson

cp -rl dir dir in 7.1 not so great

2009-02-26 Thread Mikael Magnusson
In my old 6.x something, cp would just say cp: cannot copy a directory, `dir', into itself, `dir/dir' (it would still do it, but only once) In 7.1 I get a result like this: % timeout 1 cp -rl dir dir % ls -R dir|wc -l 1063 Without the -l it still behaves properly. -- Mikael Magnusson

wrong option name in shuf

2008-07-27 Thread Mikael Magnusson
, NULL, 'z'}, -- Mikael Magnusson ___ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils

cp doesn't overwrite fifos

2005-10-21 Thread Mikael Magnusson
something like cp /foo/* /bar and you get cp: overwrite arbitrary_file? and you answer yes, it should then be safe to assume all files from /foo are now in /bar if no error messages presented themselves, but this is not the case. -- Mikael Magnusson

Re: cp doesn't overwrite fifos

2005-10-21 Thread Mikael Magnusson
On Fri, 21 Oct 2005, Jim Meyering wrote: Mikael Magnusson [EMAIL PROTECTED] wrote: I have a file a and a fifo b. Running cp a b prompts cp: overwrite b?, but answering yes just writes the contents of a into the fifo. If In this particular case, using the gnu-specific --remove-destination