With the rm command how do I remove all the files I have with the .sav extension from the current folder and all the sub folders that come under the current folder. I would first like to list the files using ls and then remove it using rm.
What are the flags/options i need to provide with the ls and rm commands
Thanks