From owner-freebsd-newbies Sun Jun 18 10: 0:59 2000 Delivered-To: freebsd-newbies@freebsd.org Received: from osiris.ipform.ru (osiris.ipform.ru [212.158.165.98]) by hub.freebsd.org (Postfix) with ESMTP id 2682837B574 for ; Sun, 18 Jun 2000 10:00:55 -0700 (PDT) (envelope-from matrix@chat.ru) Received: from wp2 ([192.168.0.12]) by osiris.ipform.ru (8.9.3/8.9.3) with SMTP id VAA80091 for ; Sun, 18 Jun 2000 21:00:09 +0400 (MSD) (envelope-from matrix@chat.ru) Message-ID: <002301bfd946$988a45c0$0c00a8c0@ipform.ru> From: "Artem Koutchine" To: Subject: Find all file newer than DATE Date: Sun, 18 Jun 2000 20:59:38 +0400 Organization: IP Form MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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. Help! Artem To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message