using bsd commands

Ruben de Groot mail25 at bzerk.org
Wed Dec 3 05:40:47 PST 2003


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 
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
> 


More information about the freebsd-questions mailing list