|
|
|
|
|
by renewiltord
2114 days ago
|
|
What frameworks/libraries do you use? I find that the reason I prefer using a shell script is: * ergonomic integration with the shell * easy piping * easy input/output redirection Maybe Ruby comes close with the backticks or `system` but it still isn't as nice as a shell IMHO |
|
Perl is influenced by shell scripting and there are several easy ways to run commands, build pipes, redirect and other things shells are good at, like testing and listing files.
And as ugly as Perl looks, it has much less pitfalls than shell scripts.