The UNIX and Linux Forums
>
Top Forums
>
UNIX for Advanced & Expert Users
Help with search script
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Directory
Register
Forum Rules
FAQ
Contribute
Members List
Search
Today's Posts
Mark Forums Read
Thread
:
Help with search script
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
5
(
permalink
)
09-05-2007
varungupta
Registered User
Join Date: Feb 2007
Location: Pune, Dehradun (INDIA), Michigan(US)
Posts: 187
You can use following one liner command to find the file of given name/ext.
find Directory -type f -name "*.CC3" -print
Directory could be fixed or given by the user.
Hope it would help !!
varungupta
View Public Profile
Find all posts by varungupta