summaryrefslogtreecommitdiffstats
path: root/usr.bin/paste
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-06-10 08:50:56 +0000
committertjr <tjr@FreeBSD.org>2002-06-10 08:50:56 +0000
commit7448c351c824b7668a4f349c41bfc26d01d279d1 (patch)
treeec60d9ee0e70f6f3144f0f6c420430127c051036 /usr.bin/paste
parentde5809df72e6772efce8d432e72b0fa1c695604f (diff)
downloadFreeBSD-src-7448c351c824b7668a4f349c41bfc26d01d279d1.zip
FreeBSD-src-7448c351c824b7668a4f349c41bfc26d01d279d1.tar.gz
Add an EXAMPLES section with three examples. Document the problem with
multibyte characters and the -d option in a BUGS section.
Diffstat (limited to 'usr.bin/paste')
-rw-r--r--usr.bin/paste/paste.117
1 files changed, 17 insertions, 0 deletions
diff --git a/usr.bin/paste/paste.1 b/usr.bin/paste/paste.1
index 020fb04..5fa2d8d 100644
--- a/usr.bin/paste/paste.1
+++ b/usr.bin/paste/paste.1
@@ -110,6 +110,19 @@ is specified for one or more of the input files, the standard
input is used; standard input is read one line at a time, circularly,
for each instance of
.Ql Fl .
+.Sh EXAMPLES
+List the files in the current directory in three columns:
+.Pp
+.Dl "ls | paste - - -"
+.Pp
+Combine pairs of lines from a file into single lines:
+.Pp
+.Dl "paste -s -d '\et\en' myfile"
+.Pp
+Number the lines in a file, similar to
+.Xr nl 1 :
+.Pp
+.Dl "sed = myfile | paste -s -d '\et\en' - -"
.Sh DIAGNOSTICS
.Ex -std
.Sh SEE ALSO
@@ -121,3 +134,7 @@ The
utility is expected to be
.St -p1003.2
compatible.
+.Sh BUGS
+Multibyte character delimiters cannot be specified with the
+.Fl d
+option.
OpenPOWER on IntegriCloud