All public logs

From Cheatsheet
Jump to navigationJump to search

Combined display of all available logs of Cheatsheet. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 21:56, 28 July 2023 Patrick talk contribs created page Linux:scripting:JQ-Ivo (Created page with "Category:Cheatsheet This page was written and contributed by Ivo Palli. Also see: * XPath for XML * pup for HTML * Miller for CSV/TSV __TOC__ == General == Program to get information from JSON files on the commandline == Usage == <syntaxhighlight lang='bash'> cat stuff.json | jq . # Prettify jq -s add,min,max,add/length file_with_numbers # Total, min, max, avg echo "[[1,2,3,4],[5,6,7,8...")