[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Coreutils-gotchas
From: |
Jim Meyering |
Subject: |
Re: Coreutils-gotchas |
Date: |
Mon, 30 Nov 2015 10:49:07 -0800 |
On Mon, Nov 30, 2015 at 10:27 AM, Pádraig Brady <address@hidden> wrote:
> On 30/11/15 17:37, Eric Blake wrote:
>> On 11/28/2015 11:34 PM, Assaf Gordon wrote:
>>> On 11/29/2015 12:16 AM, Pádraig Brady wrote:
>>>
>>>>> I must collate some gotchas like this.
>>>>
>>>> Initial list started at:
>>>> http://www.pixelbeat.org/docs/coreutils-gotchas.html
>>>>
>>>
>>> Fantastic list!
>>
>> Agreed.
>>
>> On the chmod entry, it might also be worth mentioning that:
>>
>> chmod -R a-x,a+X
>>
>> works to remove execute permissions on regular files but not
>> directories, without needing a 'find'/'xargs' pair.
>
> I added that for completeness.
> BTW this list has gone viral...
Deserved. Great list, indeed.
> $ grep -F coreutils-gotchas.html access_log | wc -l
> 20986
Surely you meant to use grep's -c option :-)
grep -cF coreutils-gotchas.html access_log
Re: bug#22045: expr substr returns with an error code 1 when the substring starts with 0, Bernhard Voelker, 2015/11/29