dllavaneras macrumors 68000 Original poster Mar 3, 2007 #1 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?
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?
robbieduncan Moderator emeritus Mar 3, 2007 #2 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?
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?