Redir is a simple utility which remedies a problem in csh(1);
namely, that you can't redirect stdout and stderr separately,
as you can in sh(1), unless you want to do something ugly like

       (command > stdout) >& stderr

Redir will execute the command you name, with stdout and
stderr redirected according to the options you supply to redir.
The file redir.doc gives the usage of this program.

To compile this program, type "make redir".  To install this
program on your system, modify the Makefile so that the
variables BIN and DOC are defined to be the pathnames
of the directories to hold the binary file "redir" and the
documentation file "redir.doc," respectively, then type
"make install".

This software exists in the public domain.  Absolutely no
restrictions on its usage, modification or distribution
exist.  No guarantees are made concerning the proper
functioning of this software.
