X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=dus.git;a=blobdiff_plain;f=dus.1;h=c6763833a51e437f319fa9eadaf03d57297bdf03;hp=f0e307b515151842a84b2fba81a0432c7ed039d2;hb=540879d0b9cdd2961d56c601156f8ed7d589cea2;hpb=9f212926dafd7a6b0e09f9a0c79d0926ccc45936 diff --git a/dus.1 b/dus.1 index f0e307b..c676383 100644 --- a/dus.1 +++ b/dus.1 @@ -1,9 +1,9 @@ +.TH "DUS" "1.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\fR, \fB--help\fR display help and exit .TP -\fB-d\fR +\fB-d\fR, \fB--ignore-dots\fR ignore files and directories whose name starts with a dot .TP -\fB-f\fR +\fB-f\fR, \fB--fancy\fR display floating point size with K, M and G units .TP -\fB-r\fR +\fB-r\fR, \fB--reverse-order\fR reverse the sorting order (big to small instead of small to big) .TP -\fB-t\fR +\fB-t\fR, \fB--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"