tldr: update Korean translation, common/t*: add Korean translation (#14645)

* common/t*: add Korean translation

* tldr: update Korean translation

* Update tcc.md

* Update pages.ko/common/tcc.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* Update pages.ko/common/tar.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/common/tarsnap.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/common/tarsnap.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/common/transfersh.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/common/tuir.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/common/twine.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/common/twine.md

Co-authored-by: Chooooo <contact@choo.ooo>

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Chooooo <contact@choo.ooo>
This commit is contained in:
코드싸이
2024-11-09 13:29:00 +09:00
committed by GitHub
parent a7e96601f5
commit 0a970f1797
115 changed files with 2774 additions and 7 deletions

20
pages.ko/common/tspin.md Normal file
View File

@@ -0,0 +1,20 @@
# tspin
> `less` 페이지를 기반으로 하는 로그 파일 하이라이터로, 기본적으로 다른 페이지처럼 동작합니다.
> 더 많은 정보: <https://github.com/bensadeh/tailspin>.
- 파일에서 읽고 `less`로 보기:
`tspin {{경로/대상/애플리케이션.log}}`
- 다른 명령어의 출력을 읽고 표준 출력으로 출력:
`journalctl -b --follow | tspin`
- 파일에서 읽고 `stdout`으로 출력:
`tspin {{경로/대상/애플리케이션.log}} --print`
- `stdin`에서 읽고 `stdout`으로 출력:
`echo "2021-01-01 12:00:00 [INFO] This is a log message" | tspin`