rename
Verified for current stable LTS
Rename Commands
Rename command syntax with verified terminal examples.
Commands
8 commands for Rename
rename Operations
Rename Command: Capitalize First Letter Of Words
rename -f 's/\b(\w)/\U$1/g' <*.txt> rename Operations
Rename Command: Change File Extension
rename 's/\.<old>$/\.<new>/' <*.txt> rename Operations
Rename Command: Convert Filenames To Lowercase
rename -f 'y/A-Z/a-z/' <*.txt> rename Operations
Rename Command: Dry Run Rename Files
rename -n 's/<from>/<to>/' <*.txt> rename Search
Rename Command: Rename Files With Regex
rename 's/<from>/<to>/' <*.txt> rename Operations
Rename Command: Replace Spaces With Underscores
rename 's/\s+/_/g' <*.txt> rename Operations
Rename Command: View Docs Perl Rename
tldr -p common rename rename Operations
Rename Command: View Docs Util Linux Rename
tldr rename.util Suggest a Rename Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Rename workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.