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

Popular posts from this blog

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -