Back writing in my website.

    • EuAndreh@programming.devOP
      link
      fedilink
      arrow-up
      0
      ·
      16 hours ago

      AFAICT, not really, looks line POSIX sh at a glance. Just don’t forget to : <<'EOF' instead of : <<EOF.

      But : is arguably simpler than cat, one fewer fork/exec call plus no open(2) on /dev/null.