We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Is it possible to add parallel invocation of commands? Something like GNU Parallel:
ls | parallel md5sum
Of course, using parallel directly is a solution... but some simple pooling in this package might also be helpful.
parallel