I am working through SSH on a WD My Book World Edition. Basically I would like to start at a particular directory level, and recursively remove all sub-directories matching .Apple* - how would I go about that? I tried
rm -rf .Apple* and rm -fR .Apple*
both not deleting directories matching that name within sub-directories.
Any help would be greatly appreciated.
Thanks, Dany.
