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 -->
#
7
(
permalink
)
09-05-2007
manas_ranjan
Registered User
Join Date: Jul 2007
Location: PUNE
Posts: 171
can you try this one,
check=`find . -type f -name "*.cc3" -print | wc -l`
NOTE: "." is the current dir , instead you can use your own search dir .
Last edited by manas_ranjan; 09-05-2007 at
01:41 AM
.. Reason: added note
manas_ranjan
View Public Profile
Find all posts by manas_ranjan