home *** CD-ROM | disk | FTP | other *** search
-
-
- QTEE (OS/2) - 1.00
- Documentation
-
- Copyright 1992-1993, Thomas G. Harold, All Rights Reserved.
-
-
- QTEE [-a] files...
-
- -a - files will be appended to instead of overwritten
- files... - list of files
-
- QTEE is part of the QUTIL2 utilities package and may not be
- distributed seperately. QTEE mimics the *nix command in usage
- and function. QTEE allows standard input and output to be
- split to a file or list of files.
-
- -----------------------------------------------------------------
-
- I. Installation:
-
- Copy the qtee.exe file to a directory in your PATH statement.
-
- II. Usage:
-
- QTEE is generally used in conjunction with the pipe command
- during standard input/output redirection. One example would
- be:
-
- dir | qtee raw.dir | sort > sorted.dir
-
- In the above, the output from the "dir" command passes
- through a "qtee" command which writes a copy to the file "raw.dir",
- at the same time, "qtee" sends the output to the "sort" command
- which then writes the sorted list to the file "sorted.dir".
-
- QTEE will return a non-zero error code if it cannot open any
- of the files or if it is given invalid arguments.
-
- -----------------------------------------------------------------
-
- History:
-
- 1.00 Oct 1992
- Original release version.
-
- 1.00 Apr 1993
- Original OS/2 port.
-
-