diff options
author | scrappy <scrappy@FreeBSD.org> | 1996-10-23 06:53:57 +0000 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 1996-10-23 06:53:57 +0000 |
commit | 37eda0b07d63396a3fbbfa58f4b5390ae0f97ac5 (patch) | |
tree | 4eb11960a2f9281fc6f32b10e3fe0781bf514a55 /usr.bin/du/du.1 | |
parent | f71eaa90af7ac7591df48becb64982cffb61ea4f (diff) | |
download | FreeBSD-src-37eda0b07d63396a3fbbfa58f4b5390ae0f97ac5.zip FreeBSD-src-37eda0b07d63396a3fbbfa58f4b5390ae0f97ac5.tar.gz |
Add a 'depth (-d#)' flag to du
patched (context diff), compiled (w/ -Wall) and tested
Submitted by: John-Mark Gurney <jmg@nike.efn.org>
Diffstat (limited to 'usr.bin/du/du.1')
-rw-r--r-- | usr.bin/du/du.1 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.bin/du/du.1 b/usr.bin/du/du.1 index fdea71f..59e9711 100644 --- a/usr.bin/du/du.1 +++ b/usr.bin/du/du.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)du.1 8.2 (Berkeley) 4/1/94 -.\" $Id$ +.\" $Id: du.1,v 1.5 1996/08/29 18:05:49 wosch Exp $ .\" .Dd April 1, 1994 .Dt DU 1 @@ -41,7 +41,7 @@ .Sh SYNOPSIS .Nm du .Op Fl H | Fl L | Fl P -.Op Fl a | Fl s +.Op Fl a | s | d Ar depth .Op Fl x .Op Ar file ... .Sh DESCRIPTION @@ -68,6 +68,10 @@ All symbolic links are followed. No symbolic links are followed. .It Fl a Display an entry for each file in the file hierarchy. +.It Fl d Ar depth +Displays all directories only +.Ar depth +directories deep. .It Fl k Report in 1024-byte (1-Kbyte) blocks rather than the default. Note that this overrides the |