mh-xargs

mh-xargs is a compiled Lisp function in `mh-e.el'.

(mh-xargs CMD &rest ARGS)

Partial imitation of xargs.
The current buffer contains a list of strings, one on each line.
The function will execute CMD with ARGS and pass the first
`mh-index-max-cmdline-args' strings to it. This is repeated till
all the strings have been used.