Re: How to search for files that have fewer than n lines?

2010-01-01 Thread James Youngman
On Fri, Jan 1, 2010 at 7:18 PM, Peng Yu wrote: > On Thu, Dec 31, 2009 at 9:23 PM, James Youngman wrote: >> On Thu, Dec 31, 2009 at 10:05 PM, Peng Yu wrote: >>> I know I can used wc -l to get the number of lines in a file. Could >>> somebody let me know how to search for files that have fewer tha

Re: How to search for files that have fewer than n lines?

2010-01-01 Thread Peng Yu
On Thu, Dec 31, 2009 at 9:23 PM, James Youngman wrote: > On Thu, Dec 31, 2009 at 10:05 PM, Peng Yu wrote: >> I know I can used wc -l to get the number of lines in a file. Could >> somebody let me know how to search for files that have fewer than n >> lines? (n is a number) > > min=73 # or whateve