Hacker News new | ask | show | jobs
by alfiedotwtf 1488 days ago
My MO is to start off scripts in bash, but once I get to about 3 functions in or need to do some text processing (but no need to drop down to Rust), I rewrite the script in Perl and go from there.

On the flip side, I would never get a Perl script and rewrite it in Bash.

Perl <3