bug#21713: On CIFS, mv behaves as mv -f

2015-10-19 Thread Sam Kuper
On a system where `df -T` shows the file system to be "cifs" (presumably the Common Internet File System from Microsoft: https://technet.microsoft.com/en-us/library/cc939973.aspx ), running `mv` causes unexpected behaviour. Essentially, `mv` behaves as though `mv -f` had been used. Example, using

bug#21712: Suspected bug in find -exec '+'

2015-10-19 Thread Richard White
The find utility supports execution of a nominated command per file found. The command argument list is terminated with a ';' parameter. The enhanced GNU version specifies an alternative version of the –exec option using a '+' list terminator. This option is provided to support an

bug#21711: tee: preserve isatty(). Goal: show colors to user.

2015-10-19 Thread Thomas Güttler
It would be great if tee would allow this: tee preserves isatty(), thus the caller thinks this is a real terminal and outputs ansi color codes. Tee displays the ansi colors on the screen. The output to the file gets filtered by tee (remove ansi color codes). I would make this optional since I

bug#21712: Suspected bug in find -exec '+'

2015-10-19 Thread Eric Blake
tag 21712 notabug thanks On 10/19/2015 05:33 AM, Richard White wrote: > The find utility supports execution of a nominated command per file found. Thanks for the report. However, you sent it to the coreutils list, although find is maintained by the findutils project. Therefore, we cannot

bug#21713: On CIFS, mv behaves as mv -f

2015-10-19 Thread Pádraig Brady
On 19/10/15 13:49, Sam Kuper wrote: > On a system where `df -T` shows the file system to be "cifs" > (presumably the Common Internet File System from Microsoft: > https://technet.microsoft.com/en-us/library/cc939973.aspx ), running > `mv` causes unexpected behaviour. Essentially, `mv` behaves as

bug#21713: On CIFS, mv behaves as mv -f

2015-10-19 Thread Sam Kuper
On 19/10/2015, Pádraig Brady wrote: > On 19/10/15 13:49, Sam Kuper wrote: >> On a system where `df -T` shows the file system to be "cifs" >> (presumably the Common Internet File System from Microsoft: >> https://technet.microsoft.com/en-us/library/cc939973.aspx ), running >>

bug#21713: On CIFS, mv behaves as mv -f

2015-10-19 Thread Pádraig Brady
tag 21713 notabug close 21713 stop On 19/10/15 18:30, Sam Kuper wrote: > On 19/10/2015, Pádraig Brady wrote: >> On 19/10/15 13:49, Sam Kuper wrote: >>> On a system where `df -T` shows the file system to be "cifs" >>> (presumably the Common Internet File System from

bug#21713: On CIFS, mv behaves as mv -f

2015-10-19 Thread Sam Kuper
On 19/10/2015, Pádraig Brady wrote: > Right, so the file system is saying we can write to that file, > so not an issue with coreutils, rather a limitation of cifs, > or your cifs setup. Understood. My guess is that it is a limitation of CIFS. Unfortunately, I am not the

bug#21325: ls : feature request --width=zero

2015-10-19 Thread Aaron Davies
On Aug 24, 2015, at 3:34 AM, f0rhum wrote: > > Le 23/08/2015 23:11, Stephane Chazelas a écrit : > >> 2015-08-23 13:26:35 +0200, Erik Auerswald: >>> Hi, >>> >>> On Sat, Aug 22, 2015 at 08:58:01PM -0700, Paul Eggert wrote: Pádraig Brady wrote: > Also base64 -w0 has

bug#21711: tee: preserve isatty(). Goal: show colors to user.

2015-10-19 Thread Pádraig Brady
tag notabug close 21711 stop On 19/10/15 14:06, Thomas Güttler wrote: > It would be great if tee would allow this: > > tee preserves isatty(), thus the caller thinks this > is a real terminal and outputs ansi color codes. > > Tee displays the ansi colors on the screen. The output > to the file