summaryrefslogtreecommitdiff
path: root/static/unix-v10/man1/cat.1
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
commit97d5c458cfa039d857301e1ca7d5af3beb37131d (patch)
treeb460cd850d0537eb71806ba30358840377b27688 /static/unix-v10/man1/cat.1
parentb89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff)
build: Better Build System
Diffstat (limited to 'static/unix-v10/man1/cat.1')
-rw-r--r--static/unix-v10/man1/cat.144
1 files changed, 44 insertions, 0 deletions
diff --git a/static/unix-v10/man1/cat.1 b/static/unix-v10/man1/cat.1
new file mode 100644
index 00000000..f366ec7c
--- /dev/null
+++ b/static/unix-v10/man1/cat.1
@@ -0,0 +1,44 @@
+.pa 1
+.he 'CAT (I)'1/15/73'CAT (I)'
+.ti 0
+NAME cat -- concatenate and print
+.sp
+.ti 0
+SYNOPSIS cat___ file918 ...
+.sp
+.ti 0
+DESCRIPTION cat___
+reads each file in sequence
+and writes it on the standard output.
+Thus:
+.sp
+.ti +3
+cat___ file____
+.sp
+is about the easiest way to print a file.
+Also:
+.sp
+.ti +3
+cat___ file1_____ file2_____ >file3______
+.sp
+is about the easiest way to concatenate
+files.
+.sp
+If no input file is given cat___ reads from the standard
+input file.
+.sp
+If the argument "-" is encountered, cat reads from
+the standard input file.
+.sp
+.ti 0
+FILES --
+.sp
+.ti 0
+SEE ALSO pr(I), cp(I)
+.sp
+.ti 0
+DIAGNOSTICS none;
+if a file cannot be found it is ignored.
+.sp
+.ti 0
+BUGS cat x y >x and cat x y >y cause strange results.