What is the good way to add file extension \".jpg\" to extension-less files with bash?
rename --dry-run * -a ".jpg" # test * -a ".jpg" # rename