1
Suppose I have a complex path of directories:
<ROOT>
folder1
folder2
sub1
sub2
folder3
sub1
sub2
...
and suppose in some folders there are files named "skip.me"
How can I delete all content in all "folderX" directories skipping the "skip.me" files (and their containing folder)?