Skip to content

Instantly share code, notes, and snippets.

@sanekgusev
Created February 21, 2016 18:01
Show Gist options
  • Save sanekgusev/bb7a28041e3caf1e52dd to your computer and use it in GitHub Desktop.
Save sanekgusev/bb7a28041e3caf1e52dd to your computer and use it in GitHub Desktop.
List all installed Mac App Store apps
find /Applications \
-path '*Contents/_MASReceipt/receipt' \
-maxdepth 4 -print |\
sed 's#.app/Contents/_MASReceipt/receipt#.app#g; s#/Applications/##'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment