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

dllavaneras

macrumors 68000
Original poster
Feb 12, 2005
1,948
2
Caracas, Venezuela
I have a folder with a lot of subfolders, each one with a few items. Is there an app that will let me select the folder and make a list of all the files in said folder/subfolders? Say, with a few parameters, like file type, size, name, etc?
 
Well you could use the terminal (I know, it's scary and stuff). If you use cd to change to the correct directory and execute:

Code:
ls -l -R

it will list all files in long for recusing through the sub directories.

Any help?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.