8eeedaef702aaefbdbe085d4a8eb32e719860f9c
[platform/upstream/coreutils.git] / man / du.x
1 [NAME]
2 du \- estimate file space usage
3 [DESCRIPTION]
4 .\" Add any additional description here
5 [PATTERNS]
6 PATTERN is a shell pattern (not a regular expression).  The pattern
7 .BR ?
8 matches any one character, whereas
9 .BR *
10 matches any string (composed of zero, one or multiple characters).  For
11 example,
12 .BR *.o
13 will match any files whose names end in
14 .BR .o .
15 Therefore, the command
16 .IP
17 .B du --exclude='*.o'
18 .PP
19 will skip all files and subdirectories ending in
20 .BR .o
21 (including the file
22 .BR .o
23 itself).