Replying to: Burk @Burk

@Burk That's why I asked :) I also would count all of the Homebrew installed Formulae too :)

prologic@Jamess-iMac Fri Jan 31 07:57:11 /Applications 127 $ echo $(($(brew ls --versions | wc -l) + $(cd /Applications && ls -1 | wc -l))) 150

James Mills @prologic