LinuxCommandLibrary

pueue-follow

Stream pueue task output in real-time

TLDR

Follow task output

$ pueue follow [task_id]
copy
Follow latest task
$ pueue follow
copy
Follow with lines
$ pueue follow --lines [50] [task_id]
copy

SYNOPSIS

pueue follow [options] [taskid_]

DESCRIPTION

pueue follow streams the stdout and stderr output of a running task in real-time, similar to tail -f. Without a task ID, it follows the most recently started task. The --lines option controls how many lines of existing output to display initially.

PARAMETERS

TASKID_

Task to follow.
--lines N
Initial lines to show.

CAVEATS

Only for running tasks. Part of pueue.

HISTORY

pueue follow provides real-time task output streaming.

SEE ALSO

pueue(1), pueue-log(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community