Date: Tue, 29 Mar 2005 15:38:50 -0500 (EST) From: "Jerry Bell" <jbell@stelesys.com> To: brianjohn@fusemail.com Cc: freebsd-questions@freebsd.org Subject: Re: how to find files less than a day old? Message-ID: <1279.24.98.86.57.1112128730.squirrel@24.98.86.57> In-Reply-To: <4271.209.87.176.4.1112127105.fusewebmail-19592@webmail.fusemail.com> References: <4271.209.87.176.4.1112127105.fusewebmail-19592@webmail.fusemail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
It doesn't appear to work on my FreeBSD box, either. What does work is this: find /var/log -newerct '1 hour ago' -exec cat {} >> /var/tmp/filename \; Jerry http://www.syslog.org > I read the man page and didn't see that. It doesn't appear to work on the > box that I am ssh-ing to. Sorry, I should have mentioned that it is not a > FreeBSD box that I am connected to. I think it may be a Solaris 9 box. > Is there any way to get this to work in Solaris? > > Thanks > > /Brian > _______________________________________________ > 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?1279.24.98.86.57.1112128730.squirrel>