cat -- concatenate and print files.
cat [-benstuv] [file ...]
cat reads and prints the files in order they are given. If no files are given, standard input is processed. A lone dash represents standard input as well.
cat accepts the following options:
The working of cat is not influenced by any environment variables.
cat has no known bugs.
This cat implementation is compliant with the IEEE Std1003.2-1992 specification, also known as POSIX.2.
This cat implementation is compatible with the OpenBSD implementation.
$Log: cat.abigail.html,v $
Revision 1.1 2004/07/23 20:08:48 cwest
initial import
Revision 1.1 1999/02/26 03:21:14 abigail
Initial revision
AUTHOR
The Perl implementation of cat was written by Abigail, abigail@fnx.com.
COPYRIGHT and LICENSE
This program is copyright by Abigail 1999.
This program is free and open software. You may use, copy, modify, distribute and sell this program (and any modified variants) in any way you wish, provided you do not restrict others to do the same.