LinuxCommandLibrary

pueue-send

TLDR

Send input to task

$ pueue send [task_id] "[input]"
copy
Send newline
$ pueue send [task_id] ""
copy
Send special character
$ pueue send [task_id] "\n"
copy

SYNOPSIS

pueue send taskid input_

DESCRIPTION

pueue send sends input to running task. Stdin simulation.
The tool provides interactive input. For tasks requiring user input.
pueue send writes to stdin.

PARAMETERS

TASKID_

Task to send input to.
INPUT
Text to send.

CAVEATS

Task must be running. Part of pueue.

HISTORY

pueue send provides stdin input to running tasks.

SEE ALSO

Copied to clipboard