Rename multiple files. Note: This page refers to the command from the
renameDebian package. More information: https://manned.org/file-rename.
rename {{'s/foo/bar/'}} {{*}}
rename {{[-n|--nono]}} {{'s/foo/bar/'}} {{*}}
rename {{[-f|--force]}} {{'s/foo/bar/'}} {{*}}
-f in case-insensitive filesystems to prevent “already exists” errors):rename 'y/A-Z/a-z/' {{*}}
rename 's/\s+/_/g' {{*}}