Created
August 3, 2017 09:56
-
-
Save sebastianrothe/2548e07b8aa16c9eb7ec818081ee2371 to your computer and use it in GitHub Desktop.
Get a list of all installed Application on OSX for reinstalling with brew cask
This file contains hidden or 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
#!/bin/sh | |
ls -l /Applications | tr -s ' ' | cut -d ' ' -f9 | paste -s -d' ' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment