snippetbashTip
pueue follow — Follow the output of a currently running task. See also: `pueue log`. More information: <https://git
Viewed 0 times
thecommandclirunningcurrentlyfollowpueue followoutput
Problem
How to use the
pueue follow command: Follow the output of a currently running task. See also: pueue log. More information: <https://github.com/Nukesor/pueue#how-to-use-it>.Solution
pueue follow — Follow the output of a currently running task. See also: pueue log. More information: <https://github.com/Nukesor/pueue#how-to-use-it>.Follow the output of a task (
stdout + stderr):pueue follow {{task_id}}Follow
stderr of a task:pueue follow --err {{task_id}}Code Snippets
Follow the output of a task (`stdout` + `stderr`)
pueue follow {{task_id}}Follow `stderr` of a task
pueue follow --err {{task_id}}Context
tldr-pages: common/pueue follow
Revisions (0)
No revisions yet.