can anyone tell me what the difference in using "mtime 1" and "mtime +1"? i get different results with and without the +.
# ls -l /tmp/testfile -rw-r--r-- 1 root root 0 Jan 26 10:55 /tmp/testfile # date Thu Jan 27 10:57:02 PST 2005 # find /tmp -name "testfile" -mtime 1 /tmp/testfile # find /tmp -name "testfile" -mtime +1 returns nothing -- KPLUG-Newbie mailing list [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-newbie
