Subj : Re: Getting the number of lines in a file To : comp.os.linux From : gordian Date : Fri Jul 23 2004 04:07 pm Joshua Beall wrote: > Hi All, > > What I really want to do is get the cumulative number of lines in many > files, recursing into subdirectories. > find . -type f -print | xargs wc -l .