for the_file in `cat mss.list.txt`; do
    mv $the_file ./removed-finding-aids
    done
    
