Re: recursive find in current and parent etc until an item is found

2020-04-12 Thread Peng Yu
OK. So this will make sure `/d1/d2/d3` will not be searched multiple times? Or it is still searched when `/d1/d2`, `/d1` or `/` is searched? On 4/12/20, Bernhard Voelker wrote: > On 2020-04-11 12:19, Peng Yu wrote: >> Recursive also means subdirectories, sub subdirectories, etc. > > ah, so you wa

Re: recursive find in current and parent etc until an item is found

2020-04-12 Thread Bernhard Voelker
On 2020-04-11 12:19, Peng Yu wrote: > Recursive also means subdirectories, sub subdirectories, etc. ah, so you want to fall back for the search to the parent and all parent directories. E.g. if you are in /d1/d2/d3 then you want to search in /d1/d2/d3 falling back to /d1/d2 and /d1 and