X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=dus.1;h=daa8dc5a4fe41191c781feafe30fe963bc20654c;hb=76adf091bf41d79feea5a967a7d8b942ec1f1391;hp=9355cdeb69bc6c10afb4bd20c0c6983d543ea77e;hpb=a3078f383ac721ddab32718718349433ec7cfba6;p=dus.git diff --git a/dus.1 b/dus.1 index 9355cde..daa8dc5 100644 --- a/dus.1 +++ b/dus.1 @@ -1,12 +1,12 @@ +.TH "DUS" "1.3" "Apr 2011" "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 dynamic pattern selection +dus \- A simple command line utility for size-sorting files .SH "SYNOPSIS" @@ -14,32 +14,55 @@ dus \- A simple command line utility for dynamic pattern selection .SH "DESCRIPTION" -\fBdus\fP is a command line utility to sort files and directories -according to their size. It computes the said size by summing -recursively exact file sizes through directories. +\fBdus\fP lists files and directories according to their size. It +computes the said sizes by summing recursively exact file sizes +through directories. If a directory has its name appended with '/', it +is not listed, but the elements it contains are. If no files or +directories are provided as arguments, the current directory is used +as default. .SH "OPTIONS" .TP -\fB-h\fR -display help and exit +\fB-h\fR, \fB--help\fR +print the help and exit .TP -\fB-d\fR +\fB-v\fR, \fB--version\fR +print the version number and exit +.TP +\fB-d\fR, \fB--ignore-dots\fR ignore files and directories whose name starts with a dot .TP -\fB-f\fR +\fB-i\fR, \fB--ignore-protected\fR +do not exit when trying to access files and directories for which we do not have permission +.TP +\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 same as \fB-c\fR but for the number of lines +\fB-l \fI\fR, \fB--nb-lines \fI\fR +same as \fB-c\fR but for the number of lines +.TP +\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. The size can be specified using the G, M, K, and B +units + +.SH "EXAMPLE" + +.B dus -m 1M -rt ~/private/ + +.fi +List the largest files and directories present in ~/private/, of sizes +greater than 1024kb, sorted in decreasing order. .SH "BUGS"