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

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
https://github.com/Abscissa/safeArg http://code.dlang.org/packages/safearg This is a small command line tool that was inspired by this: http://stackoverflow.com/questions/30720364/honoring-quoting-in-reading-shell-arguments-from-a-file To quote safeArg's readme:

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