Re: How to have a starting directory with a specific...

2020-12-18 Thread Bernhard Voelker
On 12/18/20 11:07 PM, Jeff Silverman wrote: > Why would > > find . -iname "dir*" > > not work? Of course it works, but the question was about "How to have a starting directory with a specification [...]?" I just tried to clarify that all starting points are taken literally. It's always a bit

Re: How to have a starting directory with a specific...

2020-12-18 Thread Jeff Silverman
Why would find . -iname "dir*" not work? Jeff On Fri, Dec 18, 2020 at 11:43 AM Bernhard Voelker wrote: > On 12/18/20 7:13 PM, Bernhard Voelker wrote: > > On 12/18/20 3:45 PM, Budi wrote: > >> How to have a starting directory with a specification, e.g. it must be > >> case insensitive ? > > >

Re: How to have a starting directory with a specific...

2020-12-18 Thread Bernhard Voelker
On 12/18/20 7:13 PM, Bernhard Voelker wrote: > On 12/18/20 3:45 PM, Budi wrote: >> How to have a starting directory with a specification, e.g. it must be >> case insensitive ? > > As you didn't provide an example, I'm not 100% sure what you mean. Furthermore, you can select via -ipath PATTERN. An

Re: How to have a starting directory with a specific...

2020-12-18 Thread Bernhard Voelker
On 12/18/20 3:45 PM, Budi wrote: > How to have a starting directory with a specification, e.g. it must be > case insensitive ? As you didn't provide an example, I'm not 100% sure what you mean. What I _think_ you mean: There are several directories in which you want to search like: dir-a dir-B d