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/pueue-send.md

13 lines
295 B
Markdown
Raw Normal View History

# pueue send
> 작업에 입력을 전송.
> 더 많은 정보: <https://github.com/Nukesor/pueue>.
- 실행 중인 명령에 입력 전송:
`pueue send {{작업_아이디}} "{{입력}}"`
- y/N을 기대하는 작업에 확인 전송 (예: APT, cp):
`pueue send {{작업_아이디}} {{y}}`