The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 10-23-2006
mephisto mephisto is offline
Registered User
 

Join Date: Oct 2006
Posts: 2
BIG thankyou.

thanks v much for your help i used

find . -size 0 -exec rm {} \;

which indeed worked perfectly.
Reply With Quote