in reply to Re^3: Help with fstab
in thread Help with fstab
Nvm I solved that problem myself, I was just being stupid :p
Now the problem is that I only want certain information from the fstab, but I print all of the info from fstab.
Any clue on how to only print the information you want?
open FILE, "</mnt/etc/fstab"; my @lines = <FILE>; print @lines;
That's how I extract the information from it
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Help with fstab
by roboticus (Chancellor) on Jan 20, 2012 at 13:07 UTC | |
by Dorficus (Initiate) on Jan 20, 2012 at 13:18 UTC | |
by choroba (Cardinal) on Jan 20, 2012 at 14:40 UTC | |
by Dorficus (Initiate) on Jan 23, 2012 at 08:41 UTC |