I tried to execute delete as per many previous discussions occurred find & deletefind & delete
however my attempts lead to different experience.
find . -type d -name "koko" -exec rm -rf {} \; deletes the folder named koko but give me false alarm
find: ./koko: No such file or directory what is supposively going wrong at my terminal.
I am using tcsh , and -delete switch with find doesn't work well.
here is the snapshot of 