Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Dec 2003 14:42:31 +0100
From:      Ruben de Groot <mail25@bzerk.org>
To:        Yahya B?lent <ymmaslak@hotmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: using bsd commands
Message-ID:  <20031203134231.GA40755@ei.bzerk.org>
In-Reply-To: <BAY1-DAV17cp51dyZSd00000c63@hotmail.com>
References:  <BAY1-DAV17cp51dyZSd00000c63@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031203134231.GA40755>