pid popd
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

pipe

Synopsis

pipe [-h] "command" "pipe"

Description

Runs the CLI command command in Simics and pipes the output (stdout) through the external program pipe's stdin.

By default, commands run this way will be formatted to be machine readable rather than human readable. For example, this turns off multi-column output in commands such as list-classes. By specifying the -h flag, the output will be sent in human readable mode.

This command handles output and errors the same way as the shell command does.

Provided By

Simics Core

See Also

shell
pid popd