← 返回命令列表

Linux command

pueue-follow 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Follow task output

pueue follow [task_id]

Follow latest task

pueue follow

Follow with lines

pueue follow --lines [50] [task_id]

说明

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.

参数

--lines _N_
Initial lines to show.

FAQ

What is the pueue-follow command used for?

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.

How do I run a basic pueue-follow example?

Run `pueue follow [task_id]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does --lines _N_ do in pueue-follow?

Initial lines to show.