Skip to content

Instantly share code, notes, and snippets.

@rwoeber
Created August 26, 2019 06:08
Show Gist options
  • Save rwoeber/65dbe0e7c1dfa5cab4048164826b5953 to your computer and use it in GitHub Desktop.
Save rwoeber/65dbe0e7c1dfa5cab4048164826b5953 to your computer and use it in GitHub Desktop.
List All Apps Downloaded from the Mac App Store via Command Line
find /Applications -path '*Contents/_MASReceipt/receipt' -maxdepth 4 -print |\sed 's#.app/Contents/_MASReceipt/receipt#.app#g; s#/Applications/##'
# even more detail:
system_profiler -xml SPApplicationsDataType
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment