All public logs

Jump to navigation Jump to search

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

Logs
  • 20:14, 7 June 2024 Kenneth talk contribs created page Jq (Created page with "== jq == jq https://jqlang.github.io/jq/ jq is a lightweight and flexible command-line JSON processor. jq is like sed for JSON data - you can use it to slice and filter and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text. == pretty print json == echo '{"foo": "lorem", "bar": "ipsum"}' | jq == tutorial == jq tutorial https://jqlang.github.io/jq/tutorial/")