On Mon, Jun 16, 2003 at 06:34:24PM +0100, David selby wrote: > I am writting a bash script, I need the free memory on my hard disk > partitions. I can get this via gfreedisk or kwikdisk but I need a CLI > command so I can process its standard output.
man df -- Jamin W. Collins This is the typical unix way of doing things: you string together lots of very specific tools to accomplish larger tasks. -- Vineet Kumar -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

