I'm using ubuntu and I notice many of my runnable scripts won't run unless I precede theme by ./.
For example, if I have a perl script: /home/me/script.pl and I'm currently in /home/me, typing script.pl won't do it, but ./script.pl will.
Why is that?
runnable file => executable file? – Lazer Aug 15 '10 at 8:11