Skip to content

Instantly share code, notes, and snippets.

@karl82
Created April 8, 2016 16:06
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 karl82/051230617a4902589b45c76836542d12 to your computer and use it in GitHub Desktop.
Save karl82/051230617a4902589b45c76836542d12 to your computer and use it in GitHub Desktop.
for c in `brew cask list`; do ! brew cask info $c | grep -qF "Not installed" || echo $c; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment