mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-16 22:00:27 +00:00
Update cheatsheets
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user