I found there is some differences between the utility command I used on the mac OSX and linux. I want to make my experience united.
How could I replace all my mac utilities with GNU utilities?
|
|
This adds symlinks of gnu utilities with a g prefix to /usr/local/bin/:
See
|
||||
|
|
|
I'm not sure that I would recommend replacing them; however, you can install them to a different path and utilize them that way. Overall, if you are coming from Linux and would like access to more "generic" *nix utilities, and a system similar to apt, then I would recommend looking into Macports: http://www.macports.org It allows, for example, using the latest "generic" GCC, as opposed to/in addition to Apple's included GCC, just as an example. |
|||||||||
|
|
Besides
The Reference: http://www.topbug.net/blog/2013/04/14/install-and-use-gnu-command-line-tools-in-mac-os-x/ |
|||||||||
|