This is an old revision of the document!
find . -name '*filename*' | xargs shred -v -n 2 -z -u
find -name '*filename*' -exec rename -v ' ' _ {} \;