Linux
Command
Library
Basics
Tips
Commands
pueue-follow
Follow the output of a currently running task.
TLDR
Follow the output of a task (stdout + stderr)
$ pueue follow [task_id]
Follow stderr of a task
$ pueue follow --err [task_id]
COLLAPSE ALL
Copied to clipboard