Вы можете установить GNU grep, нажав homebrew / dupes: brew tap homebrew/dupes brew install grep If you really need to use these commands with their normal names, you can add a 'gnubin' directory to your PATH from your bashrc like: PATH='/usr/local/opt/coreutils/libexec/gnubin:$PATH' Additionally, you can access their man pages with normal names if you add the 'gnuman' directory to your MANPATH from your bashrc as well: MANPATH='/usr/local/opt/coreutils/libexec/gnuman:$MANPATH' $ brew info coreutils coreutils: stable 8.21 Depends on: xz /usr/local/Cellar/coreutils/8.20 (208 files, 9.4M) /usr/local/Cellar/coreutils/8.21 (210 files, 9.6M) * => Caveats All commands have been installed with the prefix 'g'.