If you got a list of file to delete, save them in a text file then run this command:
while read -r file; do rm — “$file”; done < file_to_delete.txt
If you got a list of file to delete, save them in a text file then run this command:
while read -r file; do rm — “$file”; done < file_to_delete.txt
Designed using Responsive Brix. Powered by WordPress.