in reply to Get the available space in a partition using as input a directory?

You need to figure out how to make system calls in Perl4. stat returns the device number for the directory entry, statvfs returns the available space for that device/partition.
  • Comment on Re: Get the available space in a partition using as input a directory?