]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lslogins: remove --sort-by-name
authorKarel Zak <kzak@redhat.com>
Thu, 29 May 2014 09:37:15 +0000 (11:37 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 29 May 2014 09:46:56 +0000 (11:46 +0200)
commitd8b2ddb7bbe5bd818c1f8946873da9a35f1bd275
tree25036e3c1f2f1eb3107c69a55a1f51e9b7438ad6
parent1624245ffe7d98de23589895ed8a957320352eee
lslogins: remove --sort-by-name

If we really need a sort functionality hardcoded into lslogins(1) then we need
a generic sort options (like for lsblk,--sort <column>).

Note that it seems that "lslogins | sort --key <col>" is good enough for now as
lslogins(1) does not convert any data to human readable non-precise format (like
for example lsblk SIZE column etc.).

Signed-off-by: Karel Zak <kzak@redhat.com>
login-utils/lslogins.1
login-utils/lslogins.c