Split input and feed it into the given utility in parallel
Split input and feed it into the given utility
xpipe
$ cat largefile.txt | xpipe grep 'pattern'
$ find . -name '*.log' | xpipe wc -l
$ seq 1 1000 | xpipe -n 4 sort