Re: [dev] [sbase] [patch] RFC for initial version of xargs(1)
On Fri, Jan 03, 2014 at 11:56:05AM +0000, sin wrote:
> Hi,
>
> This is a quick hack implementing xargs(1). Many features
> are currently missing and there is a known issue with overflowing
> the `argb' buffer.
>
> Any comments?
There is also an issue with unterminated quotes. Something like this
fails with my implementation:
echo \'a\'b\'c | ./xargs
Will fix.
Received on Fri Jan 03 2014 - 13:03:52 CET
This archive was generated by hypermail 2.3.0
: Fri Jan 03 2014 - 13:12:06 CET