X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=dus.1;h=daa8dc5a4fe41191c781feafe30fe963bc20654c;hb=ab669cb70605f372037e533c9096bfa989b563d5;hp=7df68b9393fe78ef67731f3a5a7f42bd38c73ee5;hpb=d2bd3599ead9d04df480bfc8b23be69853d5ca99;p=dus.git diff --git a/dus.1 b/dus.1 index 7df68b9..daa8dc5 100644 --- a/dus.1 +++ b/dus.1 @@ -1,4 +1,4 @@ -.TH "DUS" "1.1" "Mar 2010" "Francois Fleuret" "User Commands" +.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 @@ -24,11 +24,17 @@ as default. .SH "OPTIONS" .TP \fB-h\fR, \fB--help\fR -display help and exit +print the help and exit +.TP +\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-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 @@ -47,7 +53,16 @@ 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 +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"