On Tue, Dec 02, 2003 at 06:09:23PM +0200, Yahya B?lent typed:
> How can I list all files in a directory that are 7+ days old? (That is except last 7 
> days) 

find . -mtime +7 -maxdepth 1

> is that possible with use any command(s) on Freebsd4,x ?
> 
> Thanks 
> _______________________________________________
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to