💾 Archived View for freeshell.de › tldr › file-rename.gmi captured on 2023-01-29 at 04:45:42. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Rename multiple files.
NOTE: this page refers to the command from the `rename` Debian package.
rename {'s/foo/bar/'} {*}
rename -n {'s/foo/bar/'} {*}
rename -f {'s/foo/bar/'} {*}
rename 'y/A-Z/a-z/' {*}
rename 's/\s+/_/g' {*}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).