• Laser@feddit.org
    link
    fedilink
    arrow-up
    4
    ·
    2 days ago

    Most bash scripts are nasty, except for the most simple ones.

    In its defense, it’s not a programming language.

      • Laser@feddit.org
        link
        fedilink
        arrow-up
        3
        ·
        2 days ago

        Do programmers actually like bash?

        I’m not a programmer and I really don’t like bash. Not because I don’t like shell. In fact I do like fish as a shell. But bash always feels super weird. Unfortunately that’s kind of the compatibility baseline on Linux (I don’t think any relevant system needs strict sh compatibility). But better bash’s weird arrays than none at all, plus process substitution is handy.

        • tetris11@feddit.uk
          link
          fedilink
          English
          arrow-up
          1
          ·
          2 days ago

          Its a program wrapper, and eases a lot of string buffoonery that real languages take too seriously. So I think its invaluable to programmers in that regard