The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
Finding files in subdirectories from one location
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
Finding files in subdirectories from one location
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
08-20-2008
redoubtable
Registered User
Join Date: Aug 2008
Location: Portugal
Posts: 242
Yes. You can use
find
command. For example:
Code:
find /home/user -iname "nastyfile"
That will search /home/user for any file (case insensitive) with the name "nastyfile".
For more options (which are plenty) read
man find
.
redoubtable
View Public Profile
Find all posts by redoubtable
Find redoubtable's past nominations received
Find redoubtable's present nominations given