bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Find Info page improvement #2


From: Dan Jacobson
Subject: Find Info page improvement #2
Date: 19 Jun 2002 11:13:32 +0800
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

What is Info Find talking about here

     For example, to skip the directory `src/emacs' and all files and
     directories under it, and print the names of the other files found:

          find . -path './src/emacs' -prune -o -print

I did
$ find . -path .mozilla/fonts -prune -o -print
and still see
./.mozilla/fonts/catalog/TrueType.d034b.i257101.ndb
Oh, one must do
find . -path ./.mozilla/fonts -prune -o -print
OK, I highly recommend you remind folks of that right there in that
_same_ example on the Info etc. pages, else many will not pick up on the
difference.
-- 
http://jidanni.org/ Taiwan(04)25854780



reply via email to

[Prev in Thread] Current Thread [Next in Thread]