I am having a few situations to which I do not see any thing in du man pages.
1) I want to see files in a sub directory which are larger than a particular size only. 2) I use du -sh > du_output.txt I see the output as described for option -s and -h how ever what I am more interested is if the output comes in a format which is say for example
dir0--->dir1-->dir3-->dir4
| |
->dir2 |-file1
|-file2
if the above is directory layout and I want to just see the size of individual directories in all the subdirectories then what can I do (the depth of each subdirectory is variable)
