in reply to perl can't find my script on ubuntu
The first program I recommend to newbies on linux is mc.
Try learning with Midnight Commander.... for Ubuntu, it's "sudo apt-get install mc". With mc, you just hit Enter on a script, and it will run if the script's shebang line is properly set, and permissions are right. See mc homepage
The program mc, was one of the original filemangers for linux, before Xwindows became so prevalent. It handles permissions, has syntax highlighting for Perl scripts, contains a binary viewer/editor, etc.... a swiss-army knife for filesystems.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: perl can't find my script on ubuntu
by Samurai Monkey (Novice) on Dec 15, 2010 at 17:32 UTC | |
by zentara (Cardinal) on Dec 16, 2010 at 12:17 UTC |