Shortcuts manual page contents December 26, 2023Posted inShortcutsTags: Commands, Terminal Shortcuts manual page contents
List .app applications and macOS Components May 10, 2022Posted inCodeTags: Commands, Terminal List ".app" Applications ls /Applications/ | awk -F '.app' '{ print $1}' - ls / | awk -F '.app' '{ print $1}' >> ~/Desktop/ListOfAllAPPs.txt Use SystemProfiler Find Identified Developers system_profiler…