Search Results

6
votes
7answers
1k views

Grep and Sed Equivalent for XML Command Line Processing

When doing shell scripting, typically data will be in files of single line records like csv. It's really simple to handle this data with grep and sed. But I have to deal w …
2
votes

Grep and Sed Equivalent for XML Command Line Processing

At the moment, the best solution I've found is hpricot, which provides XPath & C …
2
votes

Adjusting XML config files from a script

You'll find more answers in my prev …