Software >> OS >> OpenVMS >> How to use the PIPE command



PIPE command available from v7.0 onwards
 
Syntax  $ PIPE <first command> | <second command>
 

eg.  To pipe the output of the first command to the SEARCH command and search for a keyword:

     $ PIPE SH SYS | SEAR SYS$INPUT <keyword>