Changes between Version 3 and Version 4 of Tutorial/HowToCommand
- Timestamp:
- Nov 20, 2007, 12:29:34 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorial/HowToCommand
v3 v4 36 36 === More... === 37 37 38 This other script [attachment:tut_topo_1_more.rb tut_topo_1_more.rb] contains an extended version of the above script with more optional features.38 This method of executing a shell command on nodes is well suited for one-off or temporary experiments. If you plan on re-using or sharing the same commands among multiple experiment scripts, then you should consider [wiki:Tutorial/HowtoApplication this other method] which uses application definition.