23 Feb 2011 at 13:32 #1 Phate Phate Caporegime Joined 1 Nov 2003 Posts 35,691 Location Lisbon, Portugal Hi guys, I've got folder A which contains roughly 200 sub folders. I want to extract a list of the names of the 200 sub folders...how can I do this? Cheers! Jake
Hi guys, I've got folder A which contains roughly 200 sub folders. I want to extract a list of the names of the 200 sub folders...how can I do this? Cheers! Jake
24 Feb 2011 at 19:54 #2 PardonTheWait PardonTheWait Soldato Joined 26 Aug 2003 Posts 24,291 I was literally taught this yesterday and have forgotten. Sorry!
24 Feb 2011 at 19:59 #3 PardonTheWait PardonTheWait Soldato Joined 26 Aug 2003 Posts 24,291 I worked it out! Go to Terminal, cd to the directory you want to list the files of, and do ls -R > list.txt That'll make a text file of the folders and files in Any more complicated than that and I'm a bit lost
I worked it out! Go to Terminal, cd to the directory you want to list the files of, and do ls -R > list.txt That'll make a text file of the folders and files in Any more complicated than that and I'm a bit lost
24 Feb 2011 at 22:22 #4 Deleted member 651465 Deleted member 651465 Alternatively, drill down to the 200 sub folders, select them all and press cmd + c to copy them. Open Textedit and select "Paste and match style" from the menu bar. Done.
Alternatively, drill down to the 200 sub folders, select them all and press cmd + c to copy them. Open Textedit and select "Paste and match style" from the menu bar. Done.
24 Feb 2011 at 23:46 #5 PardonTheWait PardonTheWait Soldato Joined 26 Aug 2003 Posts 24,291 EVH said: Alternatively, drill down to the 200 sub folders, select them all and press cmd + c to copy them. Open Textedit and select "Paste and match style" from the menu bar. Done. Click to expand... Nice, didn't know that one
EVH said: Alternatively, drill down to the 200 sub folders, select them all and press cmd + c to copy them. Open Textedit and select "Paste and match style" from the menu bar. Done. Click to expand... Nice, didn't know that one