diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-15 19:40:15 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-15 19:40:15 +0100 |
commit | 4245de528ee2cc0d63fe7dd01174da011b649b8d (patch) | |
tree | dac62a1e9471dce5ba1392b29759fcc0a0ef5062 /doc/fr/autogen | |
parent | ff636cae892ec7ed44bf403b19144487525a5b4d (diff) | |
download | weechat-4245de528ee2cc0d63fe7dd01174da011b649b8d.zip |
exec: add examples in /help exec
Diffstat (limited to 'doc/fr/autogen')
-rw-r--r-- | doc/fr/autogen/user/exec_commands.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/fr/autogen/user/exec_commands.txt b/doc/fr/autogen/user/exec_commands.txt index b8c49eb02..ab6a3ae16 100644 --- a/doc/fr/autogen/user/exec_commands.txt +++ b/doc/fr/autogen/user/exec_commands.txt @@ -49,5 +49,11 @@ propriété: propriété du hook -all: supprimer toutes les commandes terminées Les options par défaut peuvent être définies dans l'option exec.command.default_options. + +Exemples: + /exec -n ls -l /tmp + /exec -n ps xu | grep weechat + /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx + /exec -o uptime ---- |