summaryrefslogtreecommitdiff
path: root/man/du.x
diff options
context:
space:
mode:
Diffstat (limited to 'man/du.x')
-rw-r--r--man/du.x28
1 files changed, 28 insertions, 0 deletions
diff --git a/man/du.x b/man/du.x
new file mode 100644
index 0000000..b170369
--- /dev/null
+++ b/man/du.x
@@ -0,0 +1,28 @@
+'\" Copyright (C) 1998, 1999, 2000, 2002 Free Software Foundation, Inc.
+'\"
+'\" This is free software. You may redistribute copies of it under the terms
+'\" of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
+'\" There is NO WARRANTY, to the extent permitted by law.
+[NAME]
+du \- estimate file space usage
+[DESCRIPTION]
+.\" Add any additional description here
+[PATTERNS]
+PATTERN is a shell pattern (not a regular expression). The pattern
+.BR ?
+matches any one character, whereas
+.BR *
+matches any string (composed of zero, one or multiple characters). For
+example,
+.BR *.o
+will match any files whose names end in
+.BR .o .
+Therefore, the command
+.IP
+.B du --exclude='*.o'
+.PP
+will skip all files and subdirectories ending in
+.BR .o
+(including the file
+.BR .o
+itself).