Hacker News new | ask | show | jobs
by timtom39 1026 days ago
Love the tool. One of my favorite snippets adds parallel processing to jq

#!/bin/bash

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