Macのコマンドは正統派UNIXなので、Gnuコマンドの系統とはちょっと違う。UNIXだから同じと言っても、やっぱ違うのは気になる。
2ヶ月使ってみて。
brew のインストールでたまにエラーになるけど。ほとんど問題ないです。
問題が出たっぽい場合の対処法:一時的にオフにする。
Brewで入れたコマンドを一時的にオフにしすればいい
brew unlink coreutils
オフを元のオンに戻すときは
brew link coreutils
簡単ですね。
2012/02/07追記
最新版のHomeBrewでは、/libexec/gnubinに標準コマンド名でln されているらしい。
All commands have been installed with the prefix 'g'. 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="$(brew --prefix coreutils)/libexec/gnubin:$PATH"
正直意味ないんと思うんだけど、ばかみたいにalias列挙するより数段ましだよね。
echo PATH="$(brew --prefix coreutils)/libexec/gnubin:$PATH" >> ~/.bashrc