5 ms·
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
by evh 5y 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
- agumonkey 5y agoI 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.