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 -->
  #3 (permalink)  
Old 08-19-2008
mnnarendra mnnarendra is offline
Registered User
  
 

Join Date: Mar 2008
Posts: 8
advanced unix find

The find should search only for directories modified down to two levels.
I tried max depth, but it is not working.

find $div/users -type d -mtime +1 -maxdepth 2