top | item 37209337

(no title)

timtom39 | 2 years ago

Love the tool. One of my favorite snippets adds parallel processing to jq

#!/bin/bash

cat - | parallel --line-buffer --pipe --roundrobin jq "$@"

discuss

order

No comments yet.