Re: command for disk free ?
hello,
On Mon, 2003-06-16 at 19:34, David selby wrote:
> Hello,
>
> 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.
maybe df ?
I wrote a little script (not finished yet) for some info-output on
remote servers:
https://svn.dotsla.sh/fsimon/bin/status.sh
there is df in a function diskusage for a nicer output
;-)
bye
frank
> I have tried man -k free, man -k disk ... etc...but cant find one
>
> I know there must be a linux command for it !
> Dave
>
Reply to: