xjobs

execute jobs in parallel

WWW CVSWeb GITHub
  1. Package version
    xjobs-20100915p0
  2. Maintainer
    The OpenBSD ports mailing-list

xjobs reads job descriptions line by line and executes them in parallel.
xjobs is most useful on multiprocessor machines when one needs to
execute several time consuming commands that could possibly be run in
parallel. It works similar to xargs, but starts several processes
simultaneously and gives only one line of arguments to each utility
call.