diff options
author | rsc <devnull@localhost> | 2007-01-27 21:18:50 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2007-01-27 21:18:50 +0000 |
commit | 91fb6aaa3da7d010faf8f45efec0cef5c8779b54 (patch) | |
tree | f1d5d0d402242953a75091638bcd7307ad15cce0 /man | |
parent | e8471ef561892f996e0038cb88eb9b8be5a022f4 (diff) | |
download | plan9port-91fb6aaa3da7d010faf8f45efec0cef5c8779b54.tar.gz plan9port-91fb6aaa3da7d010faf8f45efec0cef5c8779b54.tar.bz2 plan9port-91fb6aaa3da7d010faf8f45efec0cef5c8779b54.zip |
add paragraph about < | >
Diffstat (limited to 'man')
-rw-r--r-- | man/man1/acme.1 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/man/man1/acme.1 b/man/man1/acme.1 index 78fe155e..3cc2d471 100644 --- a/man/man1/acme.1 +++ b/man/man1/acme.1 @@ -460,6 +460,24 @@ Undo last textual change or set of changes. .TP .B Zerox Create a copy of the window containing most recently selected text. +.TP +.B <|> +If a regular shell command is preceded by a +.BR < , +.BR | , +or +.B > +character, the selected text in the body of the window is affected by the +I/O from the command. +The +.B < +character causes the selection to be replaced by the standard output +of the command; +.B > +causes the selection to be sent as standard input to the command; and +.B | +does both at once, `piping' the selection through the command and +replacing it with the output. .PP A common place to store text for commands is in the tag; in fact .I acme |