command1 Verified current stable Not installed?

Command1 / Use Specified Text Editor In Pipeline

Use Specified Text Editor In Pipeline

Command1 command syntax to use specified text editor in pipeline. Copyable examples, output expectations, and common mistakes.

$
Terminal
<command1> | EDITOR=<vim> vipe | <command2>

Command Builder

Tune the command before you copy it

Back to syntax
$
Generated Command
<command1> | EDITOR=<vim> vipe | <command2>

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.
<vim>
vim
The value supplied for vim.
<command2>
command2
The value supplied for command2.

Alternative Approaches

Comparable commands in other tools

Alternative tools that share the "process-text" operation intent.