mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-31 22:35:32 +02:00
detox: add page
This commit is contained in:
parent
da60c8edb1
commit
0b7aa9e525
1 changed files with 16 additions and 0 deletions
16
pages/common/detox.md
Normal file
16
pages/common/detox.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# detox
|
||||
|
||||
> Renames files to make them easier to work with.
|
||||
> It removes spaces and other such annoyances like duplicate underline characters.
|
||||
|
||||
- Remove spaces and other undesirable characters from a file's name:
|
||||
|
||||
`detox {{file}}`
|
||||
|
||||
- Show how detox would rename all of the files in a directory tree:
|
||||
|
||||
`detox --dry-run -r {{directory}}`
|
||||
|
||||
- Remove spaces and other undesirable characters from all files in a directory tree:
|
||||
|
||||
`detox -r {{directory}}`
|
Loading…
Add table
Reference in a new issue