Finding the files which are one day old

From: Sanjeev Chaudhary (Schaudhary@sapient.com)
Date: Tue Apr 09 2002 - 07:33:48 EDT


Hi,
        I am trying to identify files which are created one day old. I have
the requirement that the files i am searching should be no more
than one day old. I am using the following command
        find . -ctime 1 | grep 'bvob*'
        
        I am tring to use find with option ctime n, +n or -n , n gives em
exactly one day old.
        But, the results are not confirming. I am not able to see the files
which are one day old.
        Is there any other option. How about atime. Please let me know your
valuable suggestions.
Thanks and Regards
Sanjeev

_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 23:24:11 EDT