Skip to content

Instantly share code, notes, and snippets.

@justuswilhelm
Created September 28, 2015 13:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justuswilhelm/d25813379d252aa61cb3 to your computer and use it in GitHub Desktop.
Save justuswilhelm/d25813379d252aa61cb3 to your computer and use it in GitHub Desktop.
for item in (brew list | sed 's/\\w*//' | sort)
echo (brew info $item | grep -e '*' | cut -f4 -d' ' | sed 's/)//g') $item
end | grep 'M' | sort -n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment