remove something from list shell
for i in $(cat "report.txt"); do tmp=$(echo $i | tr -d '"') echo $tmp rm -f $tmp done