[bug #51711] non-helping error output with find

2017-08-18 Thread Bernhard Voelker
Additional Item Attachment, bug #51711 (project findutils): File name: 0001-doc-add-a-NEWS-entry-for-the-previous-commit.patch Size:0 KB ___ Reply to this item at: _

[bug #51711] non-helping error output with find

2017-08-18 Thread Bernhard Voelker
Follow-up Comment #4, bug #51711 (project findutils): I like it - pushed at: https://git.sv.gnu.org/cgit/findutils.git/commit/?id=9530e31f6d Another follow-up (not yet pushed): * [PATCH] doc: add a NEWS entry for the previous commit ___ Re

Re: help us to resolve this command

2017-08-18 Thread Bernhard Voelker
On 08/18/2017 04:07 PM, Aman ulla wrote: > Kindly explain us with modified full working syntax. I don't know if the resulting command is what you intend to achieve, I just can tell you how to avoid the syntax error: just put a space character _before_ the "-name" option: $ find /root/home/ -mi

SIGSEGV in partial_quotearg_n()

2017-08-18 Thread Kamil Dudka
We have multiple occurrences of automated crash reports: https://retrace.fedoraproject.org/faf/reports/1209278/ ... about SIGSEGV in partial_quotearg_n() at this location in the source code: http://git.savannah.gnu.org/cgit/findutils.git/tree/find/ftsfind.c?h=v4.6.0#n219 I guess it crashes beca

Re: help us to resolve this command

2017-08-18 Thread Bernhard Voelker
On 08/18/2017 09:05 AM, Aman ulla wrote: > Still waiting for your support. Kamil already answered on August 11th: http://lists.gnu.org/archive/html/bug-findutils/2017-08/msg4.html > # find /root/home/ -mindepth 1 -type f -not -name '.*' -delete && find > /root/home/ -type d -not \(-name '.*'

Re: help us to resolve this command

2017-08-18 Thread Aman ulla
‎Hi all, Still waiting for your support. # find /root/home/ -mindepth 1 -type f -not -name '.*' -delete && find /root/home/ -type d -not \(-name '.*' -or -name 'Desktop' -or -name 'thinclient_drives' \) -delete‎ Removed \ also. But still getting error msg.  Kindly tell us, to resolve this.