build: perform check-AUTHORS via syntax-check, not via "make check"
[coreutils.git] / man / du.x
blob08f135127d13e1f6470bacd899fc953de21c73ba
1 '\" Copyright (C) 1998, 1999, 2000, 2002, 2009 Free Software Foundation, Inc.
2 '\"
3 '\" This is free software.  You may redistribute copies of it under the terms
4 '\" of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
5 '\" There is NO WARRANTY, to the extent permitted by law.
6 [NAME]
7 du \- estimate file space usage
8 [DESCRIPTION]
9 .\" Add any additional description here
10 [PATTERNS]
11 PATTERN is a shell pattern (not a regular expression).  The pattern
12 .BR ?
13 matches any one character, whereas
14 .BR *
15 matches any string (composed of zero, one or multiple characters).  For
16 example,
17 .BR *.o
18 will match any files whose names end in
19 .BR .o .
20 Therefore, the command
21 .IP
22 .B du --exclude=\(aq*.o\(aq
23 .PP
24 will skip all files and subdirectories ending in
25 .BR .o
26 (including the file
27 .BR .o
28 itself).