Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jun 2000 14:29:48 -0500 (CDT)
From:      David Scheidt <dscheidt@enteract.com>
To:        Artem Koutchine <matrix@chat.ru>
Cc:        chat@freebsd.org
Subject:   Re: Find all file newer than DATE
Message-ID:  <Pine.NEB.3.96.1000620142459.22242B-100000@shell-1.enteract.com>
In-Reply-To: <003601bfdae7$8486f1c0$0c00a8c0@ipform.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.96.1000620142459.22242B-100000>