diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-09-09 04:14:49 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-09-09 04:14:49 +0000 |
commit | 04ddd03a65367780d6900bc1219327688561fb9a (patch) | |
tree | ab982f74483911d03fe7bab50d379b09db11f77f /doc | |
parent | 2d06202f5f960553c848102a08dfd95ef3a96e97 (diff) | |
download | coreutils-04ddd03a65367780d6900bc1219327688561fb9a.tar.xz |
(test invocation): Mention that -h and -L don't dereference symlinks.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 2f85b428f..b624e1840 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -9478,6 +9478,8 @@ True if @var{file} exists and is a regular file. @opindex -h @cindex symbolic link check True if @var{file} exists and is a symbolic link. +Unlike all other file-related tests, this test does not dereference +@var{file} if it is a symbolic link. @item -p @var{file} @opindex -p |