Name

adams.flow.source.Command


Synopsis

Runs an external system command and broadcasts the generated output (stdout and/or stderr) continuously, opposed to adams.flow.source.Exec which waits for the command to finish.


Additional information

Flow input/output:
- output: java.lang.String


See also

Options