/ Published in: Bash
Expand |
Embed | Plain Text
$ find . -type f \( -iname ".*" ! -iname ".htaccess" \)
Comments
Subscribe to comments
You need to login to post a comment.
chrisaiv on 12/12/08
1 person have marked this snippet as a favorite
$ find . -type f \( -iname ".*" ! -iname ".htaccess" \)
Subscribe to comments
You need to login to post a comment.
Some find versions support "-not" also.
http://unstableme.blogspot.com/2008/09/linux-find-command-and-logical.html