On Wed, Nov 10, 2010 at 01:07:02PM -0500, Dale Amon wrote:
On Wed, Nov 10, 2010 at 08:59:39AM -0800, Kenneth Stailey wrote:
> Is there a command line approach to updating multiple VMs?
I rather like emacs.
To expand on what I just said,
emacs *.xml
opens all the xml config files. Then you can write editing
macros in emacs and step through each file pretty quickly.
Then you make sure the machines in question are unloaded
before you reload the new config and start them.
Depending on the editing complexity, you might use
sed or rpl to do it via a shell script.