How to reinvent the linux df command

2007-02-16 Thread siegfried
Can someone suggest where I would look to reinvent df with perl? The df command enumerates all the drives and partitions and interrogates them for the amount of disk space total, used and available. Is there an OS neutral way to write this program? I hope so. If not, this will be running on

Re: How to reinvent the linux df command

2007-02-16 Thread Mumia W.
On 02/16/2007 11:12 AM, siegfried wrote: Can someone suggest where I would look to reinvent df with perl? The df command enumerates all the drives and partitions and interrogates them for the amount of disk space total, used and available. Is there an OS neutral way to write this program? I hope