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 ? > > >

Is there another way to find a file that was created|modified|accessed before a certain time?

2020-02-05 Thread Jeff Silverman
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 --