- or download this
#!/usr/bin/perl
...
}
print "\n";
}
- or download this
$ perl lstat.pl
/: on device 1795
...
/var/run: on device 1795 (symlink to /run)
/var/tmp: on device 1795
$
- or download this
#!/usr/bin/perl
...
}
print "\n";
}
- or download this
$ perl stat.pl
/: on device 1795
...
/var/run: on device 105 (followed symlink to /run)
/var/tmp: on device 1795
$