DU.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:1k
- .TH DU 1
- .SH NAME
- du - print disk usage
- .SH SYNOPSIS
- fBdufR [fB-asfR]fR [fB-l fInfR] fIdirfR ...fR
- .br
- .de FL
- .TP
- \fB\$1\fR
- \$2
- ..
- .de EX
- .TP 20
- \fB\$1\fR
- # \$2
- ..
- .SH OPTIONS
- .FL "-a" "Give usage for all files"
- .FL "-l" "List up to fInfR levels of subdirectories"
- .FL "-s" "Summary only"
- .SH EXAMPLES
- .EX "du dir" "List disk space used by files in dir"
- .EX "du -s dir1 dir2" "Give summaries only"
- .SH DESCRIPTION
- .PP
- fIDufR examines one or more directories and prints the amount of space
- occupied by the files in those directories and their subdirectories.
- .SH "SEE ALSO"
- .BR df (1).