Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: filesystem type

by Tomte (Priest)
on Jun 21, 2004 at 15:57 UTC ( [id://368491]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @result = ();
    foreach (split("\n",`mount -n`)) {    
        push @result, (split)[0,4];
    }
    my %result = @result;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://368491]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (2)
As of 2024-04-20 04:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found