The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 06-02-2008
sureshg_sampat sureshg_sampat is offline
Registered User
  
 

Join Date: Nov 2006
Location: Czech Republic
Posts: 48
Check space utilization in recursive mode

Hi friends,

I have the following query..

Suppose I have the parent directory as /home/suresh/Jobs and assume there are many child ub-directories created within this parent directory

I would like to fire a command [ something like bdf . ] which will give me the space utilization within each of the child directories with this parent dir...

This will help mt identify which child directory is using more space as compared to others and hence I can clean-up the same..

Please advice

Regards,
Suresh