"find" files under current directory but skipping some specific sub-directories

Posted by Tim on Stack Overflow See other posts from Stack Overflow or by Tim
Published on 2010-04-23T14:18:19Z Indexed on 2010/04/23 14:23 UTC
Read the original article Hit count: 303

Filed under:
|

I wonder how to specify to the command "find" for searching files under current directory but skipping some specific sub-directories.

For example, I would like to skip sub-directories that match "./dir1/*.1/"

Thanks and regards!

© Stack Overflow or respective owner

Related posts about bash

Related posts about find