TonyGroves
Programmer
Does anybody of a Perl function that returns the amount of free space on a filesystem?
I know I could use a system command like "df" and parse the output, but that's awkward, OS-dependent, and possibly version-dependent.
I know I could use a system command like "df" and parse the output, but that's awkward, OS-dependent, and possibly version-dependent.