1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-13 07:15:50 +02:00

(du invocation): s/PAT/PATTERN/.

This commit is contained in:
Jim Meyering
2002-07-10 10:08:22 +00:00
parent eb8c474088
commit 2aeeb5466e

View File

@@ -7977,10 +7977,10 @@ of subdirectories.
Skip directories that are on different filesystems from the one that
the argument being processed is on.
@item --exclude=@var{PAT}
@opindex --exclude=@var{PAT}
@item --exclude=@var{PATTERN}
@opindex --exclude=@var{PATTERN}
@cindex excluding files from @command{du}
When recursing, skip subdirectories or files matching @var{PAT}.
When recursing, skip subdirectories or files matching @var{PATTERN}.
For example, @code{du --exclude='*.o'} excludes files whose names
end in @samp{.o}.