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 ?
> >
>
predicate, but it isn't recognized in find version 4.6.0.225-235f in ubuntu
19.10.
The best workaround that I have seen is to use the ddiff command in the
dateutils package, and use that with the -mtime N predicate. Is there a
better solution? Seems like a kludge to me.
Thank you
Jeff
--