home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!decwrl!bu.edu!transfer!ceylon!fermat!mcgraw
- From: mcgraw@fermat.gte.com (Stuart McGraw)
- Newsgroups: comp.sys.sgi
- Subject: find -local
- Message-ID: <1813@ceylon.gte.com>
- Date: 5 Sep 92 20:03:38 GMT
- Sender: news@ceylon.gte.com
- Organization: GTE Labs, Waltam MA USA
- Lines: 18
-
- /home/mcgraw is a local disk partition, /home/lerner is mounted via NFS.
- Is the -local option of find supposed to act this way?
-
- Script started on Sat Sep 5 14:41:19 1992
- % /bin/find /home/lerner -local -type d -print # OK
- % /bin/find /home/mcgraw -local -type d -print # OK
- /home/mcgraw
- /home/mcgraw/.workspace
- /home/mcgraw/dumpster
- [...]
- % /bin/find /home/lerner /home/mcgraw -local -type d -print # Huh?!?!?!
- %
- script done on Sat Sep 5 14:44:30 1992
- --
- Stuart McGraw sjm0@gte.com
- GTE Labs, Waltham MA mcgraw@hilbert.gte.com
- (617) 466-2525 {hsuc6,harvard}!bunny!hilbert.gte.com!mcgraw
- "Just because a program gives the right answers, doesn't mean its right."
-