[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] raq4 memory problem...



On Mon, Aug 19, 2002 at 11:29:29AM -0700, Jeff Lasman mentioned:
> "bc" isn't a standard program on my RaQ4.  Is it on yours?

 Er, no. Sorry. It's more a 'real unix' thing :) 

 Seriously though, you can achieve the same in bash with something simple
like:

 echo $(( $physical - $used + $cache + $buffers - $swapused ))

John