I suggest using xargs -t to see how 'grep' is actually being invoked. Then run the individual 'grep' commands that xargs -t reports, and see which one misbehaves (or possibly you'll find that none of the individual 'grep' commands are misbehaving, and the problem lies elsewhere).


Reply via email to