shell redirection in find

hi,
i need to clear data off a DOA backup drive.
i try this, but just get a file {} in . and no change on the backup drive.
bash shell
find /mnt/usbbackup -xdev -type f -exec echo `date` > {} \;

any ideas? thanks. :slight_smile:

ok. learned about shred and it is fixed.
:slight_smile: