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-follow.md

14 lines
337 B
Markdown
Raw Normal View History

# pueue follow
> 현재 실행 중인 작업의 출력을 따라가기.
> 같이 보기: `pueue log`.
> 더 많은 정보: <https://github.com/Nukesor/pueue>.
- 작업의 출력(`stdout` + `stderr`)을 따라가기:
`pueue follow {{작업_아이디}}`
- 작업의 `stderr`를 따라가기:
`pueue follow --err {{작업_아이디}}`