summaryrefslogtreecommitdiffstats
path: root/usr.bin/du/du.1
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2001-06-13 06:38:58 +0000
committerroam <roam@FreeBSD.org>2001-06-13 06:38:58 +0000
commiteaaabb7358692b5cc1f4f2871a4ea614517d80bf (patch)
tree1eba634df965a192a32cf342cc68d946cc193bdd /usr.bin/du/du.1
parent4d938abe903d007d3ca4d3f5d677bc66699457af (diff)
downloadFreeBSD-src-eaaabb7358692b5cc1f4f2871a4ea614517d80bf.zip
FreeBSD-src-eaaabb7358692b5cc1f4f2871a4ea614517d80bf.tar.gz
Add '-I mask' cmdline flag to ignore/skip files and subdirectories
matching a specified shell-glob mask. Reviewed by: no serious objections on -arch and -audit over the last few months MFC after: 1 month
Diffstat (limited to 'usr.bin/du/du.1')
-rw-r--r--usr.bin/du/du.14
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/du/du.1 b/usr.bin/du/du.1
index f1e4fe9..9f69c5b 100644
--- a/usr.bin/du/du.1
+++ b/usr.bin/du/du.1
@@ -41,6 +41,7 @@
.Sh SYNOPSIS
.Nm
.Op Fl H | L | P
+.Op Fl I Ar mask
.Op Fl a | s | d Ar depth
.Op Fl c
.Op Fl h | k
@@ -69,6 +70,9 @@ Symbolic links on the command line are followed, symbolic links in file
hierarchies are not followed.
.It Fl L
Symbolic links on the command line and in file hierarchies are followed.
+.It Fl I Ar mask
+Ignore files and directories matching the specified
+.Ar mask .
.It Fl P
No symbolic links are followed.
This is the default.
OpenPOWER on IntegriCloud