1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-31 02:55:31 +02:00

detox: add page

This commit is contained in:
Jesse Smith 2018-02-13 22:45:21 -04:00 committed by Starbeamrainbowlabs
parent da60c8edb1
commit 0b7aa9e525

16
pages/common/detox.md Normal file
View 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}}`