How do I output a list of installed Applications on my iMac? One's that I've installed not system applications
Thanks
UPDATE: Found it!
Terminal....
navigate to the applications folder
Code:
ls > ~/Apps.txt
Thanks
UPDATE: Found it!
Terminal....
navigate to the applications folder
Code:
ls > ~/Apps.txt