diff options
author | Duncaen <mail@duncano.de> | 2019-01-28 10:53:05 +0100 |
---|---|---|
committer | Leah Neukirchen <chneukirchen@gmail.com> | 2020-05-15 18:41:13 +0200 |
commit | 401aa88752bc0d02d27bc4b17a612c2e3a4df3f5 (patch) | |
tree | a9c480ca84faa5131aa0a6b8b03a537ef1b2f691 /man | |
parent | eec6a4ebfd0d4bb9658a0fb8fdf0bd903f538ede (diff) | |
download | mblaze-401aa88752bc0d02d27bc4b17a612c2e3a4df3f5.tar.gz mblaze-401aa88752bc0d02d27bc4b17a612c2e3a4df3f5.tar.xz mblaze-401aa88752bc0d02d27bc4b17a612c2e3a4df3f5.zip |
mpick: add pipes and file redirection
Diffstat (limited to 'man')
-rw-r--r-- | man/mpick.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/mpick.1 b/man/mpick.1 index 89bf619..2ad942e 100644 --- a/man/mpick.1 +++ b/man/mpick.1 @@ -96,6 +96,9 @@ tests are given by the following EBNF: | <expr> && <expr> -- conjunction | ! <expr> -- negation | ( <expr> ) + | <expr> "|" <str> -- pipe current mail to command + | <expr> ">>" <str> -- append current mail to file + | <expr> ">" <str> -- write current mail to file | <flagprop> | <timeprop> <numop> <dur> | <numprop> <numop> <num> |