command1 Verified current stable Not installed?

Command1 / Use Program In Shell Pipeline

Use Program In Shell Pipeline

Command1 command syntax to use program in shell pipeline. Copyable examples, output expectations, and common mistakes.

$
Terminal
<command1> | systemd-run -P <command2> | <command3>

Command Breakdown

What each part is doing

<command1>
Base Command
The executable that performs this operation. Here it runs Command1 before the shell applies any redirect operators.
<command1>
command1
The value supplied for command1.
-P
P| pipe
The value supplied for P| pipe.
<command2>
command2
The value supplied for command2.
<command3>
command3
The value supplied for command3.
-P
Command Option
Tool-specific option used by this command invocation.

Alternative Approaches

Comparable commands in other tools

Alternative tools for a closely related operation.