Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-13 00:18:34 +00:00
parent ffbd8c31db
commit 904f7fe0c1
46 changed files with 228 additions and 157 deletions

View File

@@ -17,11 +17,11 @@ source: https://github.com/tldr-pages/tldr.git
- Dry-run - display which renames would occur without performing them:
`rename -vn {{foo}} {{bar}} {{*}}`
`rename {{[-vn|--verbose --no-act]}} {{foo}} {{bar}} {{*}}`
- Do not overwrite existing files:
`rename -o {{foo}} {{bar}} {{*}}`
`rename {{[-o|--no-overwrite]}} {{foo}} {{bar}} {{*}}`
- Change file extensions: