morpheus-base

morpheus base system
git clone git://git.2f30.org/morpheus-base
Log | Files | Refs

du.1 (842B)


      1 .TH DU 1 sbase\-VERSION
      2 .SH NAME
      3 du \- display disk usage statistics
      4 .SH SYNOPSIS
      5 .B du
      6 .RB [ \-a
      7 .RB |
      8 .BR \-s ]
      9 .RB [ \-d
     10 .IR depth ]
     11 .RB [ \-k ]
     12 .RB [ \-h ]
     13 .RI [ file ...]
     14 .SH DESCRIPTION
     15 .B du
     16 displays the file system block usage for each
     17 .I file
     18 argument and for each directory in the file hierarchy rooted in directory argument.
     19 If no file is specified, the block usage of the hierarchy rooted in the current
     20 directory is displayed.
     21 .SH OPTIONS
     22 .TP
     23 .BI \-a
     24 Display an entry for each file in the file hierarchy.
     25 .TP
     26 .BI \-s
     27 Display only the grand total for the specified files.
     28 .TP
     29 .BI "\-d depth"
     30 Maximum directory depth to print files and directories.
     31 .TP
     32 .BI \-k
     33 By default all sizes are reported in 512-byte block counts.
     34 The -k option causes the numbers to be reported in kilobyte counts.
     35 .TP
     36 .BI \-h
     37 Enable human readable output.