Thanks for the replies. I was aware of the "-o" option and just I wanted to get a little more simplistic by crunching everything into one expression.
=)
I want to do a search for files with a name of DExxxxxxx.ext and FGxxxxxx.ext using the find command.
So far I have tried:
find /search/path -name "@(DE|FG)*.ext"
this doesn't return much, if I leave the quotes out, the korn shell will do the pattern matching instead of the find command. This...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.