I\'m looking for a solution to enumerate all applications installed on a (Mac) OS X system, i.e. all application bundles registered with LaunchServic
in terminal:
system_profiler SPApplicationsDataType > list_of_all_apps.txt
... writes output of the system_profiler query to that text file.