Tagged Questions
0
votes
3answers
241 views
formatting shell output into structured data?
Are there any libraries (perl, python, ruby, etc) or other means of formatting the output of shell commands to a structured data format like JSON or XML to be processed by another application?
Use ...