common/p*: add Korean translation (#14663)

* common/p*: add Korean translation

* Update pages.ko/common/perldoc.md

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

* Update pages.ko/common/pcdovtoppm.md

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

---------

Co-authored-by: Chooooo <contact@choo.ooo>
This commit is contained in:
코드싸이
2024-11-07 14:54:05 +09:00
committed by GitHub
parent fd7d9f925b
commit 2317407751
161 changed files with 3836 additions and 0 deletions

17
pages.ko/common/pee.md Normal file
View File

@@ -0,0 +1,17 @@
# pee
> `stdin`을 파이프로 전달하는 도구.
> 같이 보기: `tee`.
> 더 많은 정보: <https://joeyh.name/code/moreutils/>.
- 각 명령을 실행하고, 각 명령에 `stdin`의 별도 복사본 제공:
`pee {{명령1 명령2 ...}}`
- `stdin`의 복사본을 `stdout`에 쓰기 (`tee`처럼 동작):
`pee cat {{명령1 명령2 ...}}`
- SIGPIPE 및 쓰기 오류 발생 시 즉시 종료:
`pee --no-ignore-sigpipe --no-ignore-write-errors {{명령1 명령2 ...}}`