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 -->
#
3
(
permalink
)
10-05-2007
devtakh
Registered User
Join Date: Oct 2007
Location: Bangalore
Posts: 514
do this
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
devtakh
View Public Profile
Find all posts by devtakh
Find devtakh's past nominations received
Find devtakh's present nominations given