Lines Matching +full:data +full:- +full:lines
4 libxo - A Library for Generating Text, XML, JSON, and HTML Output
17 xo_emit(" {:lines/%7ju/%ju} {:words/%7ju/%ju} "
22 Output can then be generated in various style, using the "--libxo"
28 % wc --libxo xml,pretty,warn /etc/motd
32 <lines>25</lines>
37 % wc --libxo json,pretty,warn /etc/motd
43 "lines": 25,
50 % wc --libxo html,pretty,warn /etc/motd
53 <div class="data" data-tag="lines"> 25</div>
55 <div class="data" data-tag="words"> 165</div>
57 <div class="data" data-tag="characters"> 1140</div>
59 <div class="data" data-tag="filename">/etc/motd</div>
65 http://juniper.github.io/libxo/libxo-manual.html
67 [](https://github.com…