This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: how to detect 'out of disk space' condition
- To: "Sunit Bhatia" <bhatia_sunit at hotmail dot com>
- Subject: Re: how to detect 'out of disk space' condition
- From: prj at po dot cwru dot edu (Paul Jarc)
- Date: 16 May 2001 14:05:27 -0400
- Cc: gcc-help at gcc dot gnu dot org
- References: <F23udzxxfYXFrwiZ9rW0000ecb5@hotmail.com>
"Sunit Bhatia" <bhatia_sunit@hotmail.com> writes:
> does any body know how to detect how much disk space is left ?
Look at the source for the df command. It's in the fileutils package.
paul