mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-30 10:18:00 +01:00
convmv: add Italian translation.
This commit is contained in:
parent
95abcefda3
commit
de242bc13f
1 changed files with 12 additions and 0 deletions
12
pages.it/common/convmv.md
Normal file
12
pages.it/common/convmv.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# convmv
|
||||
|
||||
> Coversione dei nomi dei file (NON del contenuto) da un encoding ad un altro.
|
||||
> Homepage: <https://www.j3e.de/linux/convmv/man/>.
|
||||
|
||||
- Controlla la conversione di encoding (non rinomina realmente il file):
|
||||
|
||||
`convmv -f {{encoding_originale}} -t {{encoding_finale}} {{file_input}}`
|
||||
|
||||
- Converti l'encoding del nome di un file e rinominalo utilizzando il nuovo encoding:
|
||||
|
||||
`convmv -f {{encoding_originale}} -t {{encoding_finale}} --notest {{file_input}}`
|
Loading…
Reference in a new issue