Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Starks-Browning <starksb@ebi.ac.uk>2000-11-17 17:04:59 +0300
committerDavid Starks-Browning <starksb@ebi.ac.uk>2000-11-17 17:04:59 +0300
commitef01aeac6863a9bd2a990898b906e195fa2e129f (patch)
tree6ef6d3b3b65098bd4363254df4e1a349ca2eca67 /winsup/doc/how-using.texinfo
parent7816541772c646a2d423782f80383d3db9858184 (diff)
Update entry "I'm having basic problems with find. Why?", add advice
about -follow option if CWD is symlink.
Diffstat (limited to 'winsup/doc/how-using.texinfo')
-rw-r--r--winsup/doc/how-using.texinfo5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/doc/how-using.texinfo b/winsup/doc/how-using.texinfo
index b18619a81..37dde02dd 100644
--- a/winsup/doc/how-using.texinfo
+++ b/winsup/doc/how-using.texinfo
@@ -91,6 +91,11 @@ Make sure you are using the find that came with Cygwin and that you
aren't picking up the Win32 find command instead. You can verify that
you are getting the right one by doing a "type find" in bash.
+If the path argument to find, including current directory (default), is
+itself a symbolic link, then find will not traverse it unless you
+specify the @samp{-follow} option. This behavior is different than most
+other UNIX implementations, but is not likely to change.
+
@subsection Why doesn't man work?
Even after installing the @samp{man} package, you get an error like this: