top | item 46922542

(no title)

moebrowne | 24 days ago

I believe that Bash scripts should be trivially short and simple. As soon as any complexity is introduced they should be written in another language.

discuss

order

porise|23 days ago

Perl was written to write more complicated bash scripts. It's so seamless to call and handle shell commands and the first class regexes make it terse in a way that's appropriate for this use case.

general1465|24 days ago

I agree, the moment bash script needs "if" statement, you are using wrong language.

frou_dh|24 days ago

Is that so? Sounds like this commandment has a lot of authority, I'd better start following it.