Ubuntu usuń wszystkie foldery, ale zachowaj trochę
find ./myfolder -mindepth 1 ! -regex '^./myfolder/test2\(/.*\)?' -delete
GutoTrosla
find ./myfolder -mindepth 1 ! -regex '^./myfolder/test2\(/.*\)?' -delete