Purpose: | View realtime activity in a pipe |
Format: | PIPEVIEW [/= /D /E /E"regex" /GB /R /T /Unicode=[UTF16-LE | UTF-8 | ASCII] /VH /X] |
Usage:
PIPEVIEW will read from STDIN, and display it in a VIEW window while also forwarding it on to STDOUT to be read by the next app. For example:
dir /s | pipeview | sort
Options:
/= | Display the PIPEVIEW command dialog to help you set the command line options. The /= option can be anywhere on the line; additional options will set the appropriate fields in the command dialog. |
/E | Always show the end of the pipe (most recent activity). Otherwise PIPEVIEW will default to showing the beginning of the pipe buffer. |
/Unicode | Specify the input encoding (UTF-16LE, UTF-8, or ASCII). The default is the current TCC output encoding. |
/VH | The pipe contents are displayed with each line of text followed by two lines containing the hex codes of each character. |