Skip to content

Instantly share code, notes, and snippets.

@startergo
Created February 24, 2024 02:50
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 startergo/04b814222122af9363d1c7104c1d9bc4 to your computer and use it in GitHub Desktop.
Save startergo/04b814222122af9363d1c7104c1d9bc4 to your computer and use it in GitHub Desktop.
Command to open the App Store Download folder
  • On Mojave use this command to open the App Store Download folder:
open $TMPDIR../C/com.apple.appstore/
  • On Catalina use this command to open the App Store Download folder:
open $TMPDIR../C/com.apple.appstoreagent/com.apple.appstore/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment