DU.1
资源名称:os_source.zip [点击查看]
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:
操作系统开发
开发平台:
C/C++
- .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).