Using input and output redirection

You can use Win32 programs with standard input redirection (<) and standard output redirection (>). You can also use pipe (|) input and output.

Some Win32 programs perform unexpectedly within command pipelines. Interix provides a filter called cat32.exe that improves the behavior of command pipelines. For example, if you experience difficulties with the more(1) command, you can try the following:

net.exe users | cat32 | more
500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@systemmanager.forsenergy.ru to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.