How to make a find in GNU Linux bring all files of a folder, ignoring the files of a specific subdirectory.
How to make a find in GNU Linux bring all files of a folder, ignoring the files of a specific subdirectory.
If you want to delete the "example" directory
find . -path ./exemplo -prune -o -name 'arquivo.html'