Created
February 21, 2016 18:01
-
-
Save sanekgusev/bb7a28041e3caf1e52dd to your computer and use it in GitHub Desktop.
List all installed Mac App Store apps
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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