mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 17:13:50 +02:00
detox: add Italian translation.
This commit is contained in:
parent
f3634a78c3
commit
fc87843255
1 changed files with 16 additions and 0 deletions
16
pages.it/common/detox.md
Normal file
16
pages.it/common/detox.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# detox
|
||||
|
||||
> Rinomina file per renderli facili da utilizzare.
|
||||
> Rimuove spazi e altri caratteri fastidiosi come doppi caratteri underline.
|
||||
|
||||
- Rimuovi spazi ed altri caratteri indesiderabili dal nome di un file:
|
||||
|
||||
`detox {{file}}`
|
||||
|
||||
- Mostra come detox rinominerebbe tutti i file in una directory ricorsivamente:
|
||||
|
||||
`detox --dry-run -r {{directory}}`
|
||||
|
||||
- Rimuovi spazi e altri caratteri indesiderabili da tutti i file in una directory ricorsivamente:
|
||||
|
||||
`detox -r {{directory}}`
|
Loading…
Add table
Reference in a new issue