Add primitive du(1)

Defaults to a 512-byte blocksize.
This commit is contained in:
sin
2013-10-16 16:58:52 +01:00
parent 84ba9cb87e
commit 09fcbfc338
3 changed files with 139 additions and 0 deletions

18
du.1 Normal file
View File

@@ -0,0 +1,18 @@
.TH DU 1 sbase\-VERSION
.SH NAME
du \- display disk usage statistics
.SH SYNOPSIS
.B du
.RB [ \-a ]
.RI [ file ...]
.SH DESCRIPTION
.B du
displays the file system block usage for each
.I file
argument and for each directory in the file hierarchy rooted in directory argument.
If no file is specified, the block usage of the hierarchy rooted in the current
directory is displayed.
.SH OPTIONS
.TP
.BI \-a
Display an entry for each file in the file hierarchy.