Find command in unix -
I want to execute a search command in a directory, and exclude all the files from the set of results .gif, jpeg, And .class.
I was thinking that someone could help me, I wanted to play with the regex option, but clearly I am not doing it properly.
Something like this:
find \! -name '* .class' \! -name '* .jpeg' \! -name '* .class'
Comments
Post a Comment