Skip to content
phaus edited this page Apr 17, 2012 · 4 revisions

MacOS CMD

List all Applications

find /Applications/ -name "Info.plist" -exec echo {} \; -exec cat {} \;

List System infos

Software Version sw_vers

system_profiler

(Apple) Software Update

sudo softwareupdate -i -a

Tools

Clone this wiki locally