Unimore PLE/Docs/Tools/Multiquery

From Web
< Unimore PLE‎ | Docs
Revision as of 11:36, 2 November 2009 by 44736 (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

<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