I've tried doing this to remove folders passed trough a file
for line in $(cat file.txt); do find . -name $line -exec rm -rf {} + ; done
But there is no result
Aucun commentaire:
Enregistrer un commentaire