1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/common/mispipe.md
코드싸이 feb91d75ea
mpv: fix typo, common/m*: add and update Korean translation (#14664)
* common/m*: add and update Korean translation

* mpv: fix typo
2024-11-07 09:27:03 +09:00

8 lines
273 B
Markdown

# mispipe
> 두 개의 명령을 파이프하고 첫 번째 명령의 종료 상태를 반환.
> 더 많은 정보: <https://joeyh.name/code/moreutils/>.
- 두 개의 명령을 파이프하고 첫 번째 명령의 종료 상태 반환:
`mispipe {{명령1}} {{명령2}}`