Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

But also sucks because the g-prefixed versions aren’t installed on Linux systems which means scripts that rely on them are not portable.


Thankfully bash tolerates that, if the script author cares, e.g.

  gnu_sed=gsed
  if ! command -v $gnu_sed; then
    gnu_sed=$(detector_wizardry)
  fi
  $gnu_sed -Ee ...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: