Hi.
Something like:
Code:
tar tvf blacklists.tar | xargs rm
should do it. The blacklists .tar file will have to be in the same place as when you extracted it, though. Be careful - probably best to run 'tar tvf blacklists.tar' first to make sure it'll remove the files you want to remove.
Dave