Hacker News new | ask | show | jobs
by evh 1706 days ago
Lots (just some? most? I haven't really used it much) of FreeBSD system utilities are using libxo for output, so you can use e.g.

    ps --libxo json
and get json output, or xml/html
1 comments

I didn't know bsd already adopted it, only heard a few passing mentions. That's great, though, and note that I mostly meant that about linux.