mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 16:24:55 +02:00
Merge pull request #531 from joelhy/convmv-page
add convmv to common page
This commit is contained in:
commit
b5b682af7a
1 changed files with 11 additions and 0 deletions
11
pages/common/convmv.md
Normal file
11
pages/common/convmv.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# convmv
|
||||
|
||||
> Converts filenames (NOT file content) from one encoding to another
|
||||
|
||||
- convert encoding, dry run (without actually changes filename)
|
||||
|
||||
`convmv -f {{from_encoding}} -t {{to_encoding}} {{input_file}}`
|
||||
|
||||
- convert encoding, not dry run (actually rename the file)
|
||||
|
||||
`convmv -f {{from_encoding}} -t {{to_encoding}} --notest {{input_file}}`
|
Loading…
Add table
Reference in a new issue