Thread
:
I need some UNIX help -- how to search subdirectories for files?
View Single Post
06-01-2003, 01:09 AM
jas0n
Confirmed User
Join Date: May 2003
Posts: 137
I'd suggest either the ls -R |grep filename or find . -name "filename*" -print
jas0n
View Public Profile
Visit jas0n's homepage!
Find More Posts by jas0n