commands.sh

pueue follow

all

Follow the output of a currently running task. See also: `pueue log`.

More info →

Examples (2)

Follow the output of a task (`stdout` + `stderr`)

pueue follow task_id

Follow `stderr` of a task

pueue follow --err task_id
made by @shridhargupta | data from tldr-pages