summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorKarel Zak2015-12-10 13:03:46 +0100
committerKarel Zak2015-12-10 13:03:46 +0100
commita6dc8dcd028dbbec9562fd09921055e856392b7d (patch)
treed58e04ea21d9757d6e52149ed2fae83f5e462f8a /Documentation
parentlibsmartcols: add SCOLS_FL_HIDDEN (diff)
downloadkernel-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/TODO7
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
-----