From: Jim Meyering Date: Fri, 3 Oct 2003 20:15:36 +0000 (+0000) Subject: (du invocation): Describe -P, --no-dereference. X-Git-Tag: v5.1.0~484 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1c0650ca5801c9222b8388b1b5e22d8e3bb5724;p=thirdparty%2Fcoreutils.git (du invocation): Describe -P, --no-dereference. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 687a12b627..812e4a16a2 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -8275,6 +8275,14 @@ Dereference symbolic links (show the disk space used by the file or directory that the link points to instead of the space used by the link). +@item -P +@itemx --no-dereference +@opindex -P +@opindex --no-dereference +@cindex symbolic links, dereferencing in @command{du} +For each symbolic links encountered by @command{du}, +consider the disk space used by the symbolic link. + @item --max-depth=@var{DEPTH} @opindex --max-depth=@var{DEPTH} @cindex limiting output of @command{du}