Path: utzoo!mnetor!uunet!lll-winken!lll-lcc!ames!husc6!psuvax1!gondor.cs.psu.edu!schwartz From: schwartz@gondor.cs.psu.edu (Scott E. Schwartz) Newsgroups: comp.unix.questions Subject: Re: Accessing files by inode #s Message-ID: <3258@psuvax1.psu.edu> Date: 31 Jan 88 01:51:31 GMT References: <831@dolqci.UUCP> <530@celerity.UUCP> Sender: netnews@psuvax1.psu.edu Reply-To: schwartz@gondor.cs.psu.edu (Scott E. Schwartz) Organization: Penn State University Lines: 14 Keywords: inode find In article <530@celerity.UUCP> jjw@celerity.UUCP (Jim (JJ) Whelan) writes: >> find -inum -exec \; >The find will traverse file mount points so you may locate files in file >systems other than the one you are interested in. Be especially careful >with using "rm -f" as the command. If you are playing with "-inum" it is probably a good idea to use "-xdev" also, if you want to prevent find from traversing other filesystems. Do all versions of find support -xdev? 4.3BSD and SunOS3.4 find have it, at any rate. -- Scott Schwartz schwartz@gondor.cs.psu.edu