On 2008-04-09 Salman <[EMAIL PROTECTED]> wrote: [...] > Total number of files: 1442 (and growing)
> Oldest file: > -rw------- 1 postgres postgres 3969164 Apr 8 13:50 > 00000001000001BF000000DB.gz > Newest file: > -rw------- 1 postgres postgres 3622808 Apr 9 10:22 > 00000001000001C500000081.gz > [EMAIL PROTECTED] recovery]$ find . -mtime 1 -ls && find . > -atime 1 -ls && find . -ctime 1 -ls > No results returned. I would expect that this would return files from > 1*24 hours ago. Even if it's looking for files that were created at > 1034am yesterday (24 hours ago at the time of my writing this mail), I > would expect something from Apr. 8th to be shown. [...] If the listing above (Oldest/Newest file) was produced by ls, the time shown is mtime. "find . -mtime 1" will show files older than 24 hours but newer than 48 hours. If you tell us which files you were actually seeking for (Along the lines of "mtime more than 10 hours ago but less than 36 hours ago") we could try to help you. I guess there is basic misunderstanding what the different specifiers are and that -mtime -+1 and -mtime 1 are not one and the same thing. cu andreas -- `What a good friend you are to him, Dr. Maturin. His other friends are so grateful to you.' `I sew his ears on from time to time, sure' -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]