tldr : add korean translation (#3533)

This commit is contained in:
Proscream
2019-11-11 10:15:51 +09:00
committed by Ein Verne
parent c7399f24e5
commit 13d5dd0ac8
8 changed files with 191 additions and 0 deletions

24
pages.ko/common/ack.md Normal file
View File

@@ -0,0 +1,24 @@
# ack
> 프로그래머에게 최적화된 grep과 같은 검색툴.
> 더 많은 정보: <https://beyondgrep.com/documentation/>.
- "foo"를 포함하고 있는 파일 검색:
`ack {{foo}}`
- 특정 타입의 파일 검색:
`ack --ruby {{foo}}`
- "foo"라는 용어와 일치하는 총 합을 계산:
`ack -ch {{foo}}`
- "foo"를 포함하고있는 파일의 이름과 각각 파일에서 일치하는 수를 표시:
`ack -cl {{foo}}`
- 모든 가능한 타입 리스트:
`ack --help=types`