The UNIX and Linux Forums  

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 -->
  #5 (permalink)  
Old 04-28-2008
djdes22 djdes22 is offline
Registered User
  
 

Join Date: Apr 2008
Posts: 7
Quote:
Originally Posted by redhead View Post
find /path/to/dir/-07/ -type d -name "*2006*" -exec rm -rf {} \;
ohh working! BIG thx all