eo

Purpose:

Execute a specified command using arguments read from a file or standard input and run the command for each line of input.

Enter:

eo [file] <command>

Where:

file

Optional. Specify a file to use to get the arguments for “command”.  If not specified, the arguments for “command” are read from ‘stdin’.

command

Specify the command to execute with its input sourced from the file or standard input. Quote the command if it contains spaces. 

Example:

eo catlst cat
The above command executes the ‘cat’ command and writes its output to stdout.

Notes:

 

See Also: