[How to replace Mac OS X utilities with GNU core utilities? - Stack Overflow](https://apple.stackexchange.com/questions/69223/how-to-replace-mac-os-x-utilities-with-gnu-core-utilities/88812#answer-88812) ``` brew install coreutils brew install findutils --with-default-names brew install gnu-indent --with-default-names brew install gnu-sed --with-default-names brew install gnutls brew install grep --with-default-names brew install gnu-tar --with-default-names brew install gawk ```