Redir 2.0 Copyright (C) 1995 - 1998 DJ Delorie (dj@delorie.com)
Modified 1999 for Mingw32 by Mumit Khan <khan@xraylith.wisc.edu>
Distribute freely.  There is NO WARRANTY.
This program is protected by the GNU General Public License.

Usage: redir [-i file] [-o file] [-oa file] [-e file] [-ea file]
                [-eo] [-oe] [-x] command [args . . .]

  -i file   redirect stdandard input from file
  -o file   redirect standard output to file
  -oa file  append standard output to file
  -e file   redirect standard error to file
  -ea file  append standard error to file
  -eo       redirect standard error to standard output
  -oe       redirect standard output to standard error
  -x        print exit code
  command   the program you want to run, with arguments

Options are processed in the order they are encountered.

