Execute commands in parallel with a progress bar. By default, only stderr
is output, use "-v" to see stdout of commands executed. Use "-q" to suppress
stderr of commands.
Examples
cat list.txt | cmdp ./app {}
Features
Progress bar
Replacements strings
{#}, job ID. (Same in GNU parallel)
{}, full data. (Same in GNU parallel)
Directory and file
{/}, dirname. ({//} in GNU parallel)
{%}, basename. ({/} in GNU parallel)
{.}, remove the last extension. (Same in GNU parallel)
{:}, remove any extension (Not directly supported in GNU parallel)