bug#17035: [PATCH] chmod -c -R produces errors with special permissions

2014-03-19 Thread Bernhard Voelker
On 03/19/2014 12:41 AM, Pádraig Brady wrote: On 03/18/2014 10:18 PM, Bernhard Voelker wrote: One question: I did not dig into this deeper yet, but what exactly is the connection between directory with special permissions vs. stat()ing the wrong file? I'm asking because incidentally yesterday I

bug#17041: Minor glitch in regex

2014-03-19 Thread Edward Welbourne
In the info page for chmod invocation, node 27.2 Symbolic Modes, quote The format of symbolic modes is: [ugoa...][+-=]PERMS...[,...] /quote the [+-=] is naturally read as every character from + through = due to the special meaning of - in a character class. I suggest [+=-] would be more apt.

bug#16831: don't say uniq -D -c is meaningless

2014-03-19 Thread Pádraig Brady
tag 16831 wontfix close 16831 stop On 02/25/2014 06:54 PM, mcmasters wrote: It was a very specific computational chemistry use, and I went ahead and wrote a short Perl script to get what I wanted. If this is an unusual request I can certainly live without it. Thanks, I'm a big uniq fan!

bug#17041: Minor glitch in regex

2014-03-19 Thread Pádraig Brady
On 03/19/2014 10:20 AM, Edward Welbourne wrote: In the info page for chmod invocation, node 27.2 Symbolic Modes, quote The format of symbolic modes is: [ugoa...][+-=]PERMS...[,...] /quote the [+-=] is naturally read as every character from + through = due to the special meaning of -

bug#17022: Dosen't work properly option -u of uniq

2014-03-19 Thread Pádraig Brady
On 03/17/2014 10:41 AM, Pádraig Brady wrote: On 03/17/2014 05:06 AM, Александр Ботов wrote: Good day! I've tried to use option -uD to discard the first repeated line as it written in info, but it discards the last one. In the info said that for this purpose I should use option -u not by