[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: quoting of strings in errors
From: |
Jim Meyering |
Subject: |
Re: quoting of strings in errors |
Date: |
Wed, 28 Oct 2015 10:01:15 -0700 |
On Wed, Oct 28, 2015 at 6:18 AM, Pádraig Brady <address@hidden> wrote:
> seq 10 | shuf --random-source="blah"$'\r'
Thank you for pursuing this.
Properly quoting unusual names like those is definitely welcome,
however, in the remaining 99% of use cases, I find the added quotes
to be most unwelcome: at least two extra bytes per line, in addition to
the common hassles with multi-byte rendering.
What do you think about a mode that quotes only when necessary?