bug#19605: cp -v vs LC_ALL vs. quote marks

2015-01-16 Thread Bob Proulx
Pádraig Brady wrote: > Dan Jacobson wrote: > > All I know is in xterm I click three times and all of '...' including > > the quotes gets copied, which is fine with me. Just keep it all 0x27. > > Ah right that's an xterm specific feature. See XTerm*on3Clicks here: > http://lukas.zapletalovi.com/201

bug#19617: bug in split

2015-01-16 Thread Eric Blake
tag 19617 notabug thanks On 01/16/2015 02:15 AM, Tim Stamp wrote: > Good morning, > > I noticed that the split command doesn't update the file modified time of > the destination split files as it writes to them, it only updates the file > modified time when the split completes. split doesn't exp

bug#19617: bug in split

2015-01-16 Thread Tim Stamp
Good morning, I noticed that the split command doesn't update the file modified time of the destination split files as it writes to them, it only updates the file modified time when the split completes. Is this a known issue? Cheers, Tim

bug#19604: echo --help does not work

2015-01-16 Thread Bernhard Voelker
On 01/15/2015 04:55 PM, prateek goyal wrote: So even if I execute following command, it gives same result: prateek@prateek-pc:~/Documents/awk$ env POSIXLY_CORRECT=1 echo --help --help That is exactly what Eric said before: POSIX mandates to literally output the string "--help" - which coreut