Path: utzoo!mnetor!uunet!husc6!sri-unix!cole From: cole@unix.SRI.COM (Susan E. Cole) Newsgroups: comp.unix.questions Subject: restricting scope of find Message-ID: <13905@sri-unix.SRI.COM> Date: 24 Mar 88 18:36:29 GMT Reply-To: cole@sri-unix.ARPA (Susan E. Cole) Organization: SRI International, Menlo Park, CA. Lines: 13 Keywords: find I often want to do a "find" on only the top level of a directory without searching through its subdirectories (for example, in the news directory $SPOOLDIR I might want to find files modified before a certain date). If I do a "find $SPOOLDIR -m +10 ..." it of course wants to search every directory in the news hierarchy. Is there any way around this? Thanks. -- - Susan Cole USENET: ...!hplabs!sri-unix!cole ARPA: cole@unix.sri.com