Try to remember that the syntax to remove files recursively using Find is:
find . -name "Thumbs.db" -exec rm '{}' \;
Try to remember that the syntax to remove files recursively using Find is:
find . -name "Thumbs.db" -exec rm '{}' \;
Tags: CommandLineFindLinux
August 30, 2022
August 20, 2015