safeArg: Little CLI util to pass null-delimited list of cmdline args to a program
Nick Sabalausky via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Tue Jun 9 08:41:29 PDT 2015
On 06/09/2015 05:45 AM, "Marc =?UTF-8?B?U2Now7x0eiI=?=
<schuetzm at gmx.net>" wrote:
> This sounds like "xargs":
> http://linux.die.net/man/1/xargs
Heh,
Unix: The ORIGINAL "There's an app for that." ;)
In any case, FWIW, safearg is simpler (which I suppose could be good or
bad depending on use-case), and easier for D users to be able to rely on
even in Windows due to dub support (Windows users rarely ever install
GNU tools).
More information about the Digitalmars-d-announce
mailing list