From: Karel Zak Date: Wed, 25 Jun 2014 12:04:20 +0000 (+0200) Subject: docs: add note about lsblk X-Git-Tag: v2.25-rc2~32 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6d4774b0d4110304a492df29f543fe480af66389;p=thirdparty%2Futil-linux.git docs: add note about lsblk Signed-off-by: Karel Zak --- diff --git a/Documentation/TODO b/Documentation/TODO index 11e65d1a50..7d55aa17dd 100644 --- a/Documentation/TODO +++ b/Documentation/TODO @@ -26,6 +26,14 @@ 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 -----