login
|
careers
|
about
|
faq
Questions
Tags
Users
Badges
Unanswered
Ask Question
Search Results
relevance
newest
votes
active
10
votes
How do you use cat recursively?
Try using the find command, which recurses directories by default: find . -type f -execdir cat {} \; | wc -l …
answered
Nov 25 '08 at 7:41
chromakode
208
●
1
●
4
posts containing
user:40508
within these tags
wc
Want better search results?
See our search tips!
Stack Overflow works best with JavaScript enabled