|
|
|
|
|
by Scaevolus
5393 days ago
|
|
Learning the different things you can do with bash scripts, especially the string operations, made me a lot faster at doing batch tasks from the command-line. For longer-term scripts over a few lines, it's easier to use a powerful language you're comfortable with (maybe one of Perl, Python, Ruby) than to waste time (re)learning shell scripting whenever you need to extend the script. |
|
On the other hand, Perl rarely changes. If you find yourself forced into a Perl 4 system you can still use the basics of Perl 5. IMO, if you have a relatively complex job to perform, Perl is going to be more reliable than Bash.