Code and comments

  • @SpaceNoodle
    link
    01 year ago

    I’ve dealt with systems that lack sed and awk. Bash builtins and other standard tools like cut and tr take care of … well, everything.

    • @[email protected]
      link
      fedilink
      1
      edit-2
      1 year ago

      Systems with bash but without standard POSIX utils? I know some without bash (freebsd by default, busybox based distros etc.) and with grep, sed and awk, but not vice versa.