[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Documentation for uniq/tr
From: |
Pádraig Brady |
Subject: |
Re: Documentation for uniq/tr |
Date: |
Wed, 25 Nov 2015 11:17:09 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 |
On 25/11/15 09:51, John Summerfield wrote:
> Here, and possibly other places, you say that the following command
> eliminates duplicate blank lines.
> tr -s '\n'
>
> This is in the --group discussion.
>
> What happens is that it removes all blank lines (two or more NL characters).
True. That is confusing.
I also notice that the docs for tr -s aren't accurate.
patch coming up...