Guest User

Untitled

a guest
Jan 21st, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. file1.zip
  2. file2.zip
  3. file3.zip
  4.  
  5. IFS=$'n';
  6. for file in `cat list.txt`; do
  7. if [ -f $file ]; then
  8. rm -f "$file";
  9. fi;
  10. done
Add Comment
Please, Sign In to add comment