remove .bak files from folder through command

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

Published by

Purab

I am Purab from India, Software development is my profession and teaching is my passion. Programmers blog dedicated to the JAVA, Python, PHP, DevOps and Opensource Frameworks. Purab's Github Repo Youtube Chanel Video Tutorials Connect to on LinkedIn

Leave a Reply

Your email address will not be published.