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.

Reply via email to