bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

add -mmin -mtime comparison


From: Dan Jacobson
Subject: add -mmin -mtime comparison
Date: Tue, 07 Sep 2004 01:36:20 +0800

To Info node "Age Ranges", append e.g., this comparison:

$ d=998 f=file && touch -d "$d minutes ago" $f && find $f -mmin $d
file
$ d=998 f=file && touch -d "$d days ago"    $f && find $f -mtime $(($d-1))
file
$ d=998 f=file && touch -d "$d days ago" $f    && find $f -daystart -mtime $d
file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]