Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Gary King

macrumors 6502
Original poster
How can I make a list of all my installed applications? (Basically, all the folders that I have in the /Applications/ folder.) I prefer it all in a *.txt file 🙂
 
Gary King said:
How can I make a list of all my installed applications? (Basically, all the folders that I have in the /Applications/ folder.) I prefer it all in a *.txt file 🙂

Terminal....

navigate to the applications folder

Code:
ls > ~/Apps.txt
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.