help/en/hlp_cmd.txt
author Myhailo Danylenko <isbear@ukrpost.net>
Fri, 06 Nov 2015 01:14:22 +0200
changeset 38 f195352808fb
parent 0 72ffcc3c584e
permissions -rw-r--r--
Add extra arg to hk_message_out (patch by Holger)
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.