home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!auspex-gw!guy
- From: guy@Auspex.COM (Guy Harris)
- Newsgroups: comp.unix.questions
- Subject: Re: need "ls"-like output w/full path
- Message-ID: <13835@auspex-gw.auspex.com>
- Date: 30 Jul 92 21:34:03 GMT
- References: <1992Jul17.161646.13107@cid.aes.doe.CA> <1992Jul17.190452.1265@news.eng.convex.com> <Bs7nrA.sK@cmptrc.lonestar.org>
- Sender: news@auspex-gw.auspex.com
- Organization: Auspex Systems, Santa Clara
- Lines: 11
- Nntp-Posting-Host: bootme.auspex.com
-
- >What does everyone have against:
- > find <dir> -print -path <dir> -only | sed 1d
-
- bootme$ find / -print -path / -only
- find: bad option -path
- Usage: find path-list predicate-list
-
- Are "-path" and "-only" GNU "find"-isms? If so, please bear in mind
- that not everybody on the planet with a UNIX system has GNU "find" on
- that system (you might claim that they *should*, but that does not alter
- the fact that they *don't*).
-