summaryrefslogtreecommitdiffstats
path: root/usr.bin/paste/paste.1
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/paste/paste.1')
-rw-r--r--usr.bin/paste/paste.17
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.bin/paste/paste.1 b/usr.bin/paste/paste.1
index 5fa2d8d..f8face8 100644
--- a/usr.bin/paste/paste.1
+++ b/usr.bin/paste/paste.1
@@ -123,6 +123,13 @@ Number the lines in a file, similar to
.Xr nl 1 :
.Pp
.Dl "sed = myfile | paste -s -d '\et\en' - -"
+.Pp
+Create a colon-seperated list of directories named bin, suitable
+for use in the
+.Ev PATH
+environment variable:
+.Pp
+.Dl "find / -name bin -type d | paste -s -d : -"
.Sh DIAGNOSTICS
.Ex -std
.Sh SEE ALSO
OpenPOWER on IntegriCloud