The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
list files
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Forum Rules
FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
list files
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
06-20-2005
vino
Supporter (in vino veritas)
Join Date: Feb 2005
Location: Bangalore, India
Posts: 2,659
How about this ?
Code:
find /parent/dir/to/search -name '*.[c|cpp|h]' | xargs stat
For each file, a stat will be done on the same.
Vino
vino
View Public Profile
Find all posts by vino