[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Order of listed packages
From: |
Ludovic Courtès |
Subject: |
Re: Order of listed packages |
Date: |
Sun, 22 Sep 2013 21:58:09 +0200 |
User-agent: |
Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) |
Andreas Enge <address@hidden> skribis:
> On Sun, Sep 22, 2013 at 09:18:50PM +0200, Cyril Roelandt wrote:
>> On 09/22/2013 03:29 PM, Andreas Enge wrote:
>> >Currently,
>> > guix package -I
>> >lists the latest installed package first, which often ends up scrolling
>> >out of the window. However, this is most of the time where "things happen",
>> >new packages get installed or rolled back.
>> Honestly, I'd like to have them listed alphabetically.
>
> But then how do you know what the effect of --roll-back will be?
> To get them in alphabetical order, a simple solution is to pipe through
> sort.
Agreed (‘sort -k1’).
Ludo’.