Created
July 10, 2024 13:18
-
-
Save skyjia/45802dcd5ffad764a4f99523b5f3d839 to your computer and use it in GitHub Desktop.
List all installed applications on macOS
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 /Applications | egrep '\.app$' | sed 's/\.app$//' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment