Linux.com

Re(1): Why do people still write shell scripts?

Posted by: Anonymous [ip: 71.32.249.43] on December 27, 2008 08:31 AM
Because Perl, Python and Ruby are better at string processing than shell scripts.

They have built-in regular expressions, built-in ranges (similar to seq 0 10), can iterate over matched patterns/lines/characters and allow you to do more complex programming (such as OOP or semi-functional) if you need to.

#

Return to Patterns and string processing in shell scripts