I've updated the top-level Makefile to build all the existing utilities.
I've borrowed the V1 manuals from http://minnie.tuhs.org/cgi-bin/utree.pl?file=V1/man/man1 and changed them to reflect the PDP-7 utilities.
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
11/3/70 CAT (I)
|
||||
|
||||
|
||||
NAME cat -- concatenate and print
|
||||
|
||||
SYNOPSIS cat file1 ...
|
||||
|
||||
DESCRIPTION cat reads each file in sequence and writes it on the
|
||||
standard output stream. Thus:
|
||||
|
||||
cat file
|
||||
|
||||
is about the easiest way to print a file. Also:
|
||||
|
||||
cat filel file2 >file3
|
||||
|
||||
is about the easiest way to concatenate files.
|
||||
|
||||
FILES
|
||||
|
||||
SEE ALSO pr, cp
|
||||
|
||||
DIAGNOSTICS If a file cannot be found it is ignored. If no files are
|
||||
given, "no files" is output.
|
||||
|
||||
BUGS
|
||||
|
||||
OWNER ken, dmr
|
||||
Reference in New Issue
Block a user