DU.1
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:

操作系统开发

开发平台:

C/C++

  1. .TH DU 1
  2. .SH NAME
  3. du - print disk usage
  4. .SH SYNOPSIS
  5. fBdufR [fB-asfR]fR [fB-l fInfR] fIdirfR ...fR
  6. .br
  7. .de FL
  8. .TP
  9. \fB\$1\fR
  10. \$2
  11. ..
  12. .de EX
  13. .TP 20
  14. \fB\$1\fR
  15. # \$2
  16. ..
  17. .SH OPTIONS
  18. .FL "-a" "Give usage for all files"
  19. .FL "-l" "List up to fInfR levels of subdirectories"
  20. .FL "-s" "Summary only"
  21. .SH EXAMPLES
  22. .EX "du dir" "List disk space used by files in dir"
  23. .EX "du -s dir1 dir2" "Give summaries only"
  24. .SH DESCRIPTION
  25. .PP
  26. fIDufR examines one or more directories and prints the amount of space 
  27. occupied by the files in those directories and their subdirectories.
  28. .SH "SEE ALSO"
  29. .BR df (1).