X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=dus.git;a=blobdiff_plain;f=dus.1;h=01cee50e7900c38455eb7deb898d512d508883b7;hp=f0e307b515151842a84b2fba81a0432c7ed039d2;hb=8f34c2a3b6f0f23f9125f75d35955df3b01d8140;hpb=9f212926dafd7a6b0e09f9a0c79d0926ccc45936 diff --git a/dus.1 b/dus.1 index f0e307b..01cee50 100644 --- a/dus.1 +++ b/dus.1 @@ -1,9 +1,9 @@ +.TH "DUS" 1 "Mar 2010" "Francois Fleuret" "User Commands" + \" This man page was written by Francois Fleuret \" and is distributed under a Creative Commons Attribution-Share Alike \" 3.0 License. -.TH "DUS" 1 "July 2009" "Francois Fleuret" "User Commands" - .SH "NAME" dus \- A simple command line utility for size-sorting files @@ -20,26 +20,31 @@ recursively exact file sizes through directories. .SH "OPTIONS" .TP -\fB-h\fR +\fB-h, --help\fR display help and exit .TP -\fB-d\fR +\fB-d, --ignore-dots\fR ignore files and directories whose name starts with a dot .TP -\fB-f\fR +\fB-f, --fancy\fR display floating point size with K, M and G units .TP -\fB-r\fR +\fB-r, --reverse-order\fR reverse the sorting order (big to small instead of small to big) .TP -\fB-t\fR +\fB-t, --show-top\fR show the top of the list instead of the bottom .TP -\fB-c \fI\fR impose the number of columns, -1 means no limit (it -is by default no limits if the stdout is not a tty and the tty width -otherwise) +\fB-c \fI\fR, \fB--nb-columns \fI\fR +force the number of columns, -1 means no limit (it is by default no +limits if the stdout is not a tty and the tty width otherwise) +.TP +\fB-l \fI\fR, \fB--nb-lines \fI\fR +same as \fB-c\fR but for the number of lines .TP -\fB-l \fI\fR same as \fB-c\fR but for the number of lines +\fB-m \fI\fR, \fB--min-size \fI\fR +restrict the printing of files and directories to these of size bigger +than a lower bound .SH "BUGS"