Iv'e been beating my head against the wall on this for ages..
Lets say i do something like locate evilfile > badfiles.list,
after locate is done, a file with a list like this;
"
/home/b/baduser/badfile
[ 4998 more entries here ]
/home/a/anotherbaduser/badfile
"
is created under the name of 'badfiles.list'
Now, how do i make 'rm' delete all of the files in that list, and not the list itself?