Here is what I would like to do. I want to get a list of folder sizes (not counting subfolders). I will be using that list to then open new tabs based on the largest 5 folders.
I guess my question is do I have to manually iterate over all the files in the directory and add the size up for each folder or is there a way to just get calcuated size of just the files in the folder excluding sub folders?
Or maybe, is there away to add a column that calculates just the size of the files in the folders, but ignores their sub directories? I have never done anything with custom columns.