7 ms·
Love the tool. One of my favorite snippets adds parallel processing to jq #!/bin/bash cat - | parallel --line-buffer --pipe --roundrobin jq "$@"
by timtom39 3y ago
Love the tool. One of my favorite snippets adds parallel processing to jq
#!/bin/bash
cat - | parallel --line-buffer --pipe --roundrobin jq "$@"