The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
how to find the number of files
.
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
:
how to find the number of files
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
5
(
permalink
)
10-08-2007
harish409
Registered User
Join Date: Sep 2007
Posts: 7
Quote:
Originally Posted by
devtakh
Harish,
do this.this shud work
find a/d/e/ -type f \( -name "*.txt" -o -name "*.dat" \) | xargs ls -l | wc -l
all the best.
cheers,
Devaraj Takhellambam
Thanks man... its working.. can you answer the 2nd query tooo ...
harish409
View Public Profile
Find all posts by harish409
Find harish409's past nominations received
Find harish409's present nominations given