[bug #49466] xargs with 2>&1 returns error code in macOS 10.12

2017-02-06 Thread anonymous
Follow-up Comment #4, bug #49466 (project findutils): This only appears on MaxOS 10.12. ___ Reply to this item at: ___ Message sent via/by Savannah

Re: Potential linux find utility bug / misdocumentation

2017-02-06 Thread Eric Blake
On 02/06/2017 08:31 AM, David Jamroga wrote: > [fedora21@localhost ~]$ find . -iname Bon* > > ./BonAirPainting > > [fedora21@localhost ~]$ find . -iname bon* > > ./MiscNetflix/bonbon.txt > > ./BonAirPainting Not a bug in find, but in your usage. You forgot to use proper shell quoting. So