I have a few directories and sub-directories containing files with no file extension. I want to add .jpg
to all the files contained within these directories. I've seen bash scripts for changing the file extension but not for just adding one. It also needs to be recursive, can someone help please?