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

Search a file in UNIX environment

Status
Not open for further replies.

bnl1

Technical User
Jan 28, 2004
1
AR
Hello:

I'm a beginner in OS/390 USS (Unix System Services) and I want to know if there is an utility that let me to know the directory (path) where a particular file resides if I don't know the entire path.

Thank you for your response
 
check commands:

whereis
type


find / -name filetofind -print


regards, m.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top