diff options
Diffstat (limited to 'doc/examples.md')
| -rw-r--r-- | doc/examples.md | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/examples.md b/doc/examples.md index 964660a..df61631 100644 --- a/doc/examples.md +++ b/doc/examples.md @@ -50,7 +50,18 @@ The following example demonstrates how to grep files (display only the lines whi --regex swap ``` - + + +# How to use ``drun`` + +The following example demonstrates how to execute a command on multiple machines remotely: + +```shell +% drun --servers <(head -n 30 serverlist.txt) \ + --command uptime +``` + + # How to use ``dmap`` |
