Hello,

I wish to use the find command in order to find all the files that
were created prior to specific file.

So I tried to use the following command:

find -type f -mtime -7

In order to get all the files that where modified prior to  a week
ago, but it only gives me files that where last changed a week ago,
and not prior to that at all.

I can't find any other way to get such data without using some "bash magic".

Am I missing something here, or can't I get files prior to what I
specy on -mtime ?

Thanks,

Ido
--
http://ik.homelinux.org/

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to