awk question, maybe

David Bear David.Bear at asu.edu
Mon Dec 15 15:56:47 PST 2003


On Mon, Dec 15, 2003 at 08:39:06PM -0300, Fernando Gleiser wrote:
> On Mon, 15 Dec 2003, David Bear wrote:
> 
> > i would like to do something like
> >
> > df | awk '{print $1}'
> >
> > to capture all the current file systems.  But I would like to strip
> > off the first and last lines, since these are generally -- not needed.
> 
> df | awk '$1 ~/^\/dev/ {print $1}'
> 

yes.. I was hoping it would be simple.  and I thought of using a regex
to match the lines I want after sending that note.

thanks for all the replies.


-- 
David Bear
phone: 	480-965-8257
fax: 	480-965-9189
College of Public Programs/ASU
Wilson Hall 232
Tempe, AZ 85287-0803
 "Beware the IP portfolio, everyone will be suspect of trespassing"


More information about the freebsd-questions mailing list