Re: question for script whizzes

From: Ian D. Bjorhovde (ianbjor@MOBILEAUDIO.COM)
Date: Mon Aug 12 2002 - 16:53:40 EDT


On Mon, 12 Aug 2002, Miller, Dave wrote:

> Is there an easy way to take the output of this
> df -Ik | awk {'print $4 '}

df -Ik | awk '{ s+=$4 } END {print "Sum is:", s}'



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 22:16:08 EDT