From owner-freebsd-chat Tue Jun 20 12:29:57 2000 Delivered-To: freebsd-chat@freebsd.org Received: from mail.enteract.com (mail.enteract.com [207.229.143.33]) by hub.freebsd.org (Postfix) with ESMTP id 3424F37BC71 for ; Tue, 20 Jun 2000 12:29:55 -0700 (PDT) (envelope-from dscheidt@enteract.com) Received: from shell-1.enteract.com (dscheidt@shell-1.enteract.com [207.229.143.40]) by mail.enteract.com (8.9.3/8.9.3) with SMTP id OAA84838; Tue, 20 Jun 2000 14:29:48 -0500 (CDT) (envelope-from dscheidt@enteract.com) Date: Tue, 20 Jun 2000 14:29:48 -0500 (CDT) From: David Scheidt To: Artem Koutchine Cc: chat@freebsd.org Subject: Re: Find all file newer than DATE In-Reply-To: <003601bfdae7$8486f1c0$0c00a8c0@ipform.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-chat@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 20 Jun 2000, Artem Koutchine wrote: :Hmm.. i can't find an easy way to :find all file newer than spcified date recursively down the tree and then :build those parts of the tree where such files occured and copy those :file into a new tree. So, if i made a change to several file in a deep :source tree i then can extract them from there and synchronize with :such tree on the other machine. I know, it looks like CVS, but :i need it done by hand where i want in shell. find's -mtime and -newer options are likely helpful. So might rsync (ports/net/rsync) David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-chat" in the body of the message