home *** CD-ROM | disk | FTP | other *** search
-
- cat - concatenate files
-
- Usage:
-
- cat [>outfile] file [file..]
-
- This program concatenates files specified on the command line and writes
- the result to standard output, which can then be redirected.
-
- Unlike the cat distributed with Aztec C, even the brand new 5.0 release,
- this cat calls scdir so it can do wildcard expansion.
-
- Example:
-
- cat >prototypes.h *.pro
-
- It could be more fancy (see your nearby System V and BSD manuals for
- possibilities), but it can do what you usually need it to do.
-
- This version of cat is released to the public domain. It is written in
- ANSI C.
-
- Author:
- Karl Lehenbauer (karl@sugar.hackercorp.com)
- 1-Feb-1990
-