Am 30.05.20 um 03:20 schrieb Ed Greshko:

> [egreshko@meimei .config]$ find . -cmin 1

I'd make that find . -cmin -1

Granted, for a value of 1 it won't make a difference but the difference
becomes apparent for values >= 2. While
find . -cmin 2
finds files with a status change time of *exactly* 2 minutes
find . -cmin -2
looks for a change time of 2 minutes *or less* which, I think, in the
context of the topic is the desired behaviour.

-- 
Regards
  mks
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to