On Sat, 4 Jun 2005, Matthew Burgess wrote:

>
> Ken, FWIW my scripts do the following to avoid scanning paths that won't
> (or shouldn't!) see any changes during a build:
>
> find . -xdev ! -path "./logs/*" ! -path "./home/*" ! -path "./proc/*" \
>    ! -path "./sources/*" ! -path "./tmp/*" ! -path "./dev/*" \
>    ! -path "./var/log/*" ! -path "./srv/*" \
>    -newer timestamp
>

Cool.  I've always found the findutils info pages a bit hard to
navigate, thanks for the example.  Should save a bit of run time too.

Ken
-- 
 das eine Mal als Trag�die, das andere Mal als Farce

--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to