Created
September 28, 2011 07:36
-
-
Save carlosmcevilly/1247248 to your computer and use it in GitHub Desktop.
expand a package (.pkg) file in osx from the command line
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
pkgutil --expand /path/to/package.pkg /output/destination/ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment