1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

detox : Add Korean Translation (#3665)

This commit is contained in:
Proscream 2019-12-20 01:08:31 +09:00 committed by Zlatan Vasović
parent 20618f9649
commit 29e8d74d32

17
pages.ko/common/detox.md Normal file
View file

@ -0,0 +1,17 @@
# detox
> 작업하기 쉽도록 파일 이름을 다시 설정합니다.
> 그것은 공백과 다른 중복된 밑줄 문자같은 골칫거리들을 제거한다.
> 더 많은 정보: <https://github.com/dharple/detox>.
- 파일의 이름으로부터 공백과 다른 바람직하지 않은 문자들을 제거:
`detox {{파일명}}`
- detox가 디렉토리 트리에서 모든 파일 이름을 재설정하는 방법 출력:
`detox --dry-run -r {{디렉토리명}}`
- 디렉토리 트리에서 모든 파일들로부터 공백과 다른 바람직하지 않은 문자들을 제거:
`detox -r {{디렉토리명}}`