[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#30053] [PATCH 1/3] Improve appearance of tabular output.
From: |
Ludovic Courtès |
Subject: |
[bug#30053] [PATCH 1/3] Improve appearance of tabular output. |
Date: |
Tue, 16 Jan 2018 15:16:48 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Steve Sprang <address@hidden> skribis:
> On Fri, Jan 12, 2018 at 5:28 AM, Roel Janssen <address@hidden> wrote:
>> If we use GNU awk instead of cut, I think any whitespace will work:
>> $ guix package -A | awk '{ print $1 "@" $2 }'
>>
>> And then we can optimize the output reading experience for our users
>> instead of for the 'cut' program.
>
> I like this proposal, unless there is a strong reason to prefer 'cut'?
Again a matter of taste, but ‘cut’ looks to me both easier and simpler
than awk (since it’s a full language).
But anyway, as Danny write, if your patches retain tabs (in addition to
spaces), presumably it’s OK even for those of us who prefer ‘cut’,
right?
Thanks,
Ludo’.
[bug#30053] [PATCH 1/3] Improve appearance of tabular output., Danny Milosavljevic, 2018/01/12