logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

paargs - wrapper for paexec similar to xargs

Bugs/Feedback

       Please send any comments, questions, bug reports etc. to me by e-mail or (even better) register  them  at
       sourceforge project home.  Feature requests are also welcomed.

Description

paargs is a simple wrapper over paexec that simplifies use of paexec's capalities. The use of paargs is
       actually very similar to xargs. paargs runs paexec with the following options enabled by default:

       •   -C -- for specifying command as free arguments,

       •   -x -- for being xargs-like,

       •   -l  -- 0-based task number is included to the output of paargs, this allows one to reorder the sliced
           output,

       •   -e -- for the same purposes as -l,

       •   -g -- this flag allows analysis of command's exit status,

       •   -md= -- disables task delimiter for -g mode enabled by default, as a result the whole line  given  on
           input is considered as a task.

Home

Name

       paargs - wrapper for paexec similar to xargs

Options

-h  Display this help.

       -V  Display version.

       -Pnodes
           Same as -n in paexec.

       -ttransport
           Passed directly to paexec.

       -ccommand
           Command  with  its  arguments.  By  default,  free  arguments  are  used  for setting command and its
           arguments.

       -Ireplstr
           Execute command for each task, replacing one or more occurrences of replstr with the entire task.

       -X  Passed directly to paexec.

       -f  Flushes stdout after receiving an end-of-task line.

       -0  Passed directly to paexec.

       -Ztimeout
           Passed directly to paexec.

       -z  Passed directly to paexec.

       -marg
           Passed directly to paexec.

See Also Paexec (1)

                                                   2019-11-24                                          paargs(1)

Synopsis

paargs[OPTIONS] <command> <args>

See Also