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 the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #7 (permalink)  
Old 07-17-2006
jack1981 jack1981 is offline
Registered User
  
 

Join Date: Jul 2006
Posts: 42
Hi, thanks again.

I still get the error however, even with a space, my code is like so:

find $TRASH/$1 -type f -exec shred -fu '{}' \ 2>/dev/null

any ideas why?