help/en/hlp_cmd.txt
author Myhailo Danylenko <isbear@ukrpost.net>
Thu, 13 Nov 2014 02:32:01 +0200
changeset 35 7ee07b3cc5f9
parent 0 72ffcc3c584e
permissions -rw-r--r--
Use user-configured option names in module description
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
72ffcc3c584e Initial commit
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     1
72ffcc3c584e Initial commit
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     2
 /CMD command
72ffcc3c584e Initial commit
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     3
72ffcc3c584e Initial commit
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     4
Executes specified shell command and sends it's output to current buddy.
72ffcc3c584e Initial commit
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     5
Shell may be specified explicitly with option cmd_shell or be autodetected from environment.
72ffcc3c584e Initial commit
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     6
Usually stderr is discarded, but you can enable its redirection using option cmd_redirect_stderr.