I recovered my Mac running 10.9 from a time machine after reinstalling, but it looks like the symlinks in /usr/local/bin for some of the formulas were lost. The formulas are still installed according to the brew list $formula , but without the links from /usr/local/bin .
(e.g. /usr/local/Cellar/findutils/4.4.2/bin/gfind exists, but not /usr/local/bin/gfind ).
Is there a βcorrectβ brew -way to restore links from /usr/local/bin or do I just need to run a simple find.. | xargs ln -s ... find.. | xargs ln -s ... ?
For other formulas, there are many links in /usr/local/bin , possibly because I did a brew upgrade , but not for all of them.
source share