From: "R. Kumar" Date: 2011-11-19T01:09:52+09:00 Subject: Re: any command line tools for querying yaml files Dave Baldwin wrote in post #1032538: > It is just a text file so any of your suggestions (awk/grep/sed/cut) > will work. > > Dave. I mean yaml is multiline. It can contain objects within objects. I would have to write a large program using awk and others to parse it. So that makes the job more difficult. I need to know yaml syntax to write that. In an sql table, i can get the table schema, and then just run an sql. For yaml, is there a way to say "give me title and author where category = 'unix' etc in some format. Are there tools that can read up the structure of any yml file and allow us to query telling *what* we want without having to understand yaml format, and *how* to retrieve it. -- Posted via http://www.ruby-forum.com/.