[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Simple script question
- Subject: [ale] Simple script question
- From: fletch at phydeaux.org (Fletch)
- Date: Tue Mar 16 14:00:45 2004
- In-reply-to: <[email protected]> (Doug Bridges's message of "Tue, 16 Mar 2004 12:24:48 -0500")
- References: <[email protected]>
If you'd added some parens you'd have gotten it working your way.
wc -l <( find -type f -print0 | xargs -0 cat )
Or for the zsh fans . . .
wc -l <( print -n **/*(.) | xargs -0 cat )
--
Fletch | "If you find my answers frightening, __`'/|
fletch at phydeaux.org | Vincent, you should cease askin' \ o.O'
| scary questions." -- Jules =(___)=
| U