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

SebZen

macrumors 6502
Original poster
Apr 12, 2009
360
0
This is my first Mac and on my PC I would occasionally email myself a simple list consisting of what programs I have installed so that next time I format (or if something goes wrong) I would know what I had installed.

Problem is, with this Mac I have too many quality software to type out by hand so I'm wondering if there is a program or a function built in to OS X (maybe terminal command even, but I'd prefer something visual) to list the contents of a folder and save it to a text file?

I just want it to scan my Applications folder pretty much
 
open terminal (search with spotlight) and type:
Code:
ls (directory[you can just drag the folder in])
 
Of course! Forgot about it from my days experimenting with Linux :p

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