I have a multiple layers of folder example a(b(c(d(u,v))))
Here in every level there is a folder sync
, for example in every directory sync
folder is present i.e a/sync
, a/b/sync
and so on.
I am looking to write a shell or tcl script which will go in every folder and delete the particular file(sync).
Can anyone guide me?
Thanks
Good day