Ubuntu remova todas as pastas, mas mantenha algumas
find ./myfolder -mindepth 1 ! -regex '^./myfolder/test2\(/.*\)?' -delete
GutoTrosla
find ./myfolder -mindepth 1 ! -regex '^./myfolder/test2\(/.*\)?' -delete