I found following URL helpful to me
http://www.cyberciti.biz/faq/linux-unix-how-to-find-and-remove-files/
I used following command for deleting the .bak files from folder.
#find ./ -name “*.bak” -delete
I found following URL helpful to me
http://www.cyberciti.biz/faq/linux-unix-how-to-find-and-remove-files/
I used following command for deleting the .bak files from folder.
#find ./ -name “*.bak” -delete