[bug #52220] 'find -D' segfaults

2017-10-12 Thread Bernhard Voelker
Update of bug #52220 (project findutils): Status:None => Need Info Assigned to:None => berny ___ Follow-up Comment #1: I can't

Re: Support for inline input

2017-10-12 Thread Bernhard Voelker
On 10/12/2017 10:16 PM, Kristian Benoit wrote: > It took me time trying to remove './' at the beginning of each line of > output. The problem is that I tried with '-exec'. I got it working > this way: > > find . -maxdepth 1 -type d | sed -e 's/^\.\///' You already showed the standard way to

Support for inline input

2017-10-12 Thread Kristian Benoit
It took me time trying to remove './' at the beginning of each line of output. The problem is that I tried with '-exec'. I got it working this way: find . -maxdepth 1 -type d | sed -e 's/^\.\///' I don't know why I didn't thought of using a pipe, but it could be nice to have the output piped to

[bug #52220] 'find -D' segfaults

2017-10-12 Thread anonymous
URL: Summary: 'find -D' segfaults Project: findutils Submitted by: None Submitted on: Thu 12 Oct 2017 08:30:12 PM UTC Category: find Severity: 3 - Normal