mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-03 04:35:23 +02:00
265 B
265 B
mispipe
두 개의 명령을 파이프하고 첫 번째 명령의 종료 상태를 반환. 더 많은 정보: https://manned.org/mispipe.
- 두 개의 명령을 파이프하고 첫 번째 명령의 종료 상태 반환:
mispipe {{명령1}} {{명령2}}