[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] raq4 memory problem...
- Subject: Re: [cobalt-developers] raq4 memory problem...
- From: "John P. Looney" <valen@xxxxxxxxxx>
- Date: Mon Aug 19 12:19:02 2002
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
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