Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin/cat Slightly modified small fixes from Richard Rauch in ...
details: https://anonhg.NetBSD.org/src/rev/2aa576a48b5d
branches: trunk
changeset: 480330:2aa576a48b5d
user: abs <abs%NetBSD.org@localhost>
date: Sun Jan 09 15:56:37 2000 +0000
description:
Slightly modified small fixes from Richard Rauch in PR bin/9150
diffstat:
bin/cat/cat.1 | 18 ++++++++++++++++--
1 files changed, 16 insertions(+), 2 deletions(-)
diffs (44 lines):
diff -r a9782aab2671 -r 2aa576a48b5d bin/cat/cat.1
--- a/bin/cat/cat.1 Sun Jan 09 15:34:41 2000 +0000
+++ b/bin/cat/cat.1 Sun Jan 09 15:56:37 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: cat.1,v 1.16 1999/03/22 18:30:42 garbled Exp $
+.\" $NetBSD: cat.1,v 1.17 2000/01/09 15:56:37 abs Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -54,7 +54,15 @@
The
.Ar file
operands are processed in command line order.
-A single dash represents the standard input.
+A single dash represents the standard input,
+and may appear multiple times in the
+.Ar file
+list.
+.Pp
+The word
+.Dq concatenate
+is just a verbose synonym for
+.Dq catenate .
.Pp
The options are as follows:
.Bl -tag -width Ds
@@ -104,11 +112,17 @@
redirection, the command
.Dq Li cat file1 file2 > file1
will cause the original data in file1 to be destroyed!
+This is performed by the shell before
+.Nm
+is run.
.Sh SEE ALSO
.Xr head 1 ,
+.Xr hexdump 1 ,
+.Xr lpr 1 ,
.Xr more 1 ,
.Xr pr 1 ,
.Xr tail 1 ,
+.Xr view 1 ,
.Xr vis 1
.Rs
.%A Rob Pike
Home |
Main Index |
Thread Index |
Old Index