I've got an infestation of Nimba on my samba share. It left '.eml' files all over the directory structure. I'd like to delete all these in one fell swoop without going into each directory and deleting them individually... I'm thinking something like....
$> locate *.eml | rm -f $0
but that doesn't work and I can't quite get the syntax correctly...
God of Shell Scripting, I beseech you, please grant me an audience and I will praise you for your powers.
$> locate *.eml | rm -f $0
but that doesn't work and I can't quite get the syntax correctly...
God of Shell Scripting, I beseech you, please grant me an audience and I will praise you for your powers.