chrono-english icon indicating copy to clipboard operation
chrono-english copied to clipboard

How to get files modified after certain # of days

Open daledude opened this issue 6 years ago • 0 comments

I'm a bit confused about the date parsing. I'm trying to query for files that are older than 90 days but it doesn't return anything. Can you please give an example of this?

fselect "path from /usr/local/old,/usr/local/old2,/usr/local/old3 where modified gte '90 days' order by modified desc"

daledude avatar Sep 13 '19 08:09 daledude