Y
Hacker News
new
|
ask
|
show
|
jobs
by
hprotagonist
3493 days ago
and if you want to use `sed` not `gsed`, do `brew install --default-names coreutils` to supercede the OS provided utilities.
1 comments
lobster_johnson
3493 days ago
Or you can add it to your PATH:
PATH=/usr/local/opt/coreutils/libexec/gnubin:$PATH
"gnubin" contains the all utilities with the original names.
link