diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-04-03 12:22:53 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-04-03 12:22:53 +0200 |
commit | d055d4a2bdfc79f4339cba934d662bc46825f141 (patch) | |
tree | f396743bd68db34c06d61c18932d3f3efb5418c0 /doc/it | |
parent | 7c55cbb38b6d42073eacf7decc4d08eb8677e60e (diff) | |
download | weechat-d055d4a2bdfc79f4339cba934d662bc46825f141.zip |
exec: add examples with "tail -f" and "-kill" in /help exec
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/autogen/user/exec_commands.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/it/autogen/user/exec_commands.txt b/doc/it/autogen/user/exec_commands.txt index c268fb81f..17bef3ac3 100644 --- a/doc/it/autogen/user/exec_commands.txt +++ b/doc/it/autogen/user/exec_commands.txt @@ -66,5 +66,7 @@ Examples: /exec -nf -noln links -dump http://weechat.org/files/doc/devel/weechat_user.en.html /exec -o uptime /exec -pipe "/print Machine uptime:" uptime + /exec -n tail -f /var/log/messages + /exec -kill 0 ---- |