in reply to Re^3: Difference between a perl script & shell script
in thread Difference between a perl script & shell script
Unless the admin has done
ln -s /usr/bin/sh /usr/bin/cshAnd/or for added entertainment value:
$ stat -c %N /usr/bin/csh ,,/usr/bin/csh" -> ,,/bin/bash"
Yes I've seen this on production systems :-/. I personally find it much easier to test and rely on Perls $] than the various wacky shell configurations out there. YMM undoubtedly V.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Difference between a perl script & shell script
by swampyankee (Parson) on Dec 19, 2005 at 15:52 UTC | |
Re^5: Difference between a perl script & shell script
by Perl Mouse (Chaplain) on Dec 19, 2005 at 15:18 UTC |