Unimore PLE/Docs/Tools/Multiquery: Difference between revisions
< Unimore PLE | Docs
Jump to navigation
Jump to search
(Created page with '<accesscontrol>luser</accesscontrol>') |
No edit summary |
||
Line 1: | Line 1: | ||
<accesscontrol>luser</accesscontrol> | <accesscontrol>luser</accesscontrol> | ||
Multiquery syntax is quite simple, just issuing | |||
<i>multiquery 'command1; command2; command3 &'</i> | |||
will execute command1, command2 and, in the background, command3 (thanks to the '&' parameter). | |||
<br>Another example, if you want to create a directory called "test" on the remote nodes, issue | |||
<i>multiquery 'mkdir test'</i> | |||
work in progress |
Revision as of 09:36, 2 November 2009
<accesscontrol>luser</accesscontrol>
Multiquery syntax is quite simple, just issuing
multiquery 'command1; command2; command3 &'
will execute command1, command2 and, in the background, command3 (thanks to the '&' parameter).
Another example, if you want to create a directory called "test" on the remote nodes, issue
multiquery 'mkdir test'
work in progress