Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: humprhey
  • Content: Threads
  • Order by date
  1. humprhey

    AIX find command with pattern list question

    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...

Part and Inventory Search

Back
Top