[Perl-unix-users] how to get the filesystem from a given path

2002-09-09 Thread Michael Meltzer
I am new to perl and to the list. I searched the archives but didn't find an answer. >From a given path (/usr/people/charles) I want to extract the filesystem name or id >so that I can get the free space of that filesystem using the modul Filesys::DiskFree. Thanks in advance Michael -- + M

Re: [Perl-unix-users] how to get the filesystem from a given path

2002-09-09 Thread $Bill Luebkert
Michael Meltzer wrote: > I am new to perl and to the list. > I searched the archives but didn't find an answer. >>From a given path (/usr/people/charles) I want to extract the filesystem name or id >so that > I can get the free space of that filesystem using the modul Filesys::DiskFree. I would

Re: [Perl-unix-users] how to get the filesystem from a given path

2002-09-09 Thread Michael Meltzer
yes, this works fine ! I did not think that it is so easy. Thank you for your help, Bill "$Bill Luebkert" wrote: > Michael Meltzer wrote: > > I am new to perl and to the list. > > I searched the archives but didn't find an answer. > >>From a given path (/usr/people/charles) I want to extract

AW: [Perl-unix-users] how to get the filesystem from a given path

2002-09-09 Thread Körner / Glagau
Hi, thanks for this. I needed it too. Regards Sascha -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Im Auftrag von Michael Meltzer Gesendet: Montag, 9. September 2002 11:22 An: perl-unix-users Betreff: [Perl-unix-users] how to get the filesystem from a giv