summaryrefslogtreecommitdiff
path: root/sys/man/1
diff options
context:
space:
mode:
authorftrvxmtrx <ftrvxmtrx@gmail.com>2014-12-21 01:28:14 +0100
committerftrvxmtrx <ftrvxmtrx@gmail.com>2014-12-21 01:28:14 +0100
commit758496ecaa42b5f6c17c0bd1e0f43189e50e0745 (patch)
tree160edba01a6f720d146b811c134a137d855a9846 /sys/man/1
parent476a47b15c152e72aa8a6d9f9eb363931cbfd50f (diff)
sam: '^' and '_' cmds; same as '<' and '|' except that stdout goes to the command window
Diffstat (limited to 'sys/man/1')
-rw-r--r--sys/man/1/sam11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/man/1/sam b/sys/man/1/sam
index 1ecb55ede..f9e9afdac 100644
--- a/sys/man/1/sam
+++ b/sys/man/1/sam
@@ -496,11 +496,20 @@ Plan 9 command.
Send the range to the standard input of the
Plan 9 command.
.TP
+.BI ^ " Plan 9-command
+Send the standard output of the Plan 9 command
+to the command window.
+.TP
.BI | " Plan 9-command
Send the range to the standard input, and replace it by
the standard output, of the
Plan 9 command.
.TP
+.BI _ " Plan 9-command
+Send the range to the standard input, and send the
+standard output of the Plan 9 command to the command
+window.
+.TP
.BI \*a! " Plan 9-command
Run the
Plan 9 command.
@@ -515,6 +524,8 @@ is used.
In any of
.BR < ,
.BR > ,
+.BR ^ ,
+.BR _ ,
.B |
or
.BR ! ,