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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

find for multiple trees 1

Status
Not open for further replies.

gawker

Programmer
Feb 21, 2002
34
US
I've a directory structure similar to this:

/backup/test/servera/...
/backup/test/serverb/...
/backup/test/serverc/...
/backup/test/serverd/...
/backup/test/servere/...

Using a single find command, is it possible to list just those files residing in /backup/test/serverb and /backup/test/serverd?

Thank you.

Gawker
(-:
 
Something like this ?
find /backup/test/serverb /backup/test/serverd ...

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
I guess it couldn't have been any simpler. I over-analyzed it and thought it was much more complicated.

Gawker [surprise]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top