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

操作系统开发

开发平台:

C/C++

  1. DU(1)                     Minix Programmer's Manual                      DU(1)
  2. NAME
  3.      du - print disk usage
  4. SYNOPSIS
  5.      du [-as] [-l n] dir ...
  6. OPTIONS
  7.      -a   Give usage for all files
  8.      -l   List up to n levels of subdirectories
  9.      -s   Summary only
  10. EXAMPLES
  11.      du dir              # List disk space used by files in dir
  12.      du -s dir1 dir2     # Give summaries only
  13. DESCRIPTION
  14.      Du examines one or more  directories  and  prints  the  amount  of  space
  15.      occupied by the files in those directories and their subdirectories.
  16. SEE ALSO
  17.      df(1).
  18.                                                                              1