diff options
author | Karel Zak | 2015-12-10 13:03:46 +0100 |
---|---|---|
committer | Karel Zak | 2015-12-10 13:03:46 +0100 |
commit | a6dc8dcd028dbbec9562fd09921055e856392b7d (patch) | |
tree | d58e04ea21d9757d6e52149ed2fae83f5e462f8a /Documentation | |
parent | libsmartcols: add SCOLS_FL_HIDDEN (diff) | |
download | kernel-qcow2-util-linux-a6dc8dcd028dbbec9562fd09921055e856392b7d.tar.gz kernel-qcow2-util-linux-a6dc8dcd028dbbec9562fd09921055e856392b7d.tar.xz kernel-qcow2-util-linux-a6dc8dcd028dbbec9562fd09921055e856392b7d.zip |
lsblk: allow to --sort by hidden column
For example:
lsblk -o NAME --sort SIZE
prints NAMEs, but sort by SIZEs.
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/TODO | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Documentation/TODO b/Documentation/TODO index 22fa0e06f..9bd0134e7 100644 --- a/Documentation/TODO +++ b/Documentation/TODO @@ -64,13 +64,6 @@ libmount (mount/umount) (all this already supported by libmount) -libsmartcols ------------ - - - (!) add SCOLS_FL_HIDDEN flag to make it possible to hide a column. Then we - can use such column in lsblk(8) to only sort lines, but do not print the column. - - lsblk -o NAME --sort SIZE partx ----- |