Re: safeArg: Little CLI util to pass null-delimited list of cmdline args to a program

2015-06-09 Thread via Digitalmars-d-announce

This sounds like xargs:
http://linux.die.net/man/1/xargs


Re: safeArg: Little CLI util to pass null-delimited list of cmdline args to a program

2015-06-09 Thread Nick Sabalausky via Digitalmars-d-announce
On 06/09/2015 05:45 AM, Marc =?UTF-8?B?U2Now7x0eiI=?= 
schue...@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).