On Thu, Mar 15, 2007 at 02:38:30PM +0200, ik wrote:
> 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

Try
find -type f -mtime +7
-- 
Didi


=================================================================
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