From: LAMBEAU Bernard Date: 2010-02-04T06:56:26+09:00 Subject: Re: Name that DDL! --001485f85a8afb38e7047eb9496c Content-Type: text/plain; charset=ISO-8859-1 Otherwise (if you don't find a library that already recognizes your output) a grammar written with Treetop (http://github.com/nathansobo/treetop) could be the simplest way... Bernard On Wed, Feb 3, 2010 at 9:22 PM, Walton Hoops wrote: > Hi all, > > I'm working on writing a Ruby script to SSH into one of our VMware Servers > and do a little command line work for me. The challenge is that some of > the > output is in some kind of data definition language I don't recognize. > > A page with example output: > http://www.vi-toolkit.com/wiki/index.php/Vmsvc/get.filelayout > > Anyone recognize it off the top of their heads? If it all comes down to > it I can parse out the information I need the hard way, but I'm hoping that > I can find a library to do the painful stuff for me. > > Thanks in advance! > > --001485f85a8afb38e7047eb9496c--