From owner-freebsd-questions@FreeBSD.ORG Thu Jan 11 11:02:05 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6781B16A5D9 for ; Thu, 11 Jan 2007 11:02:05 +0000 (UTC) (envelope-from george.vanev@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.freebsd.org (Postfix) with ESMTP id CC01413C469 for ; Thu, 11 Jan 2007 11:02:04 +0000 (UTC) (envelope-from george.vanev@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so380631uge for ; Thu, 11 Jan 2007 03:02:04 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=jzmFGyhFwFjIomgxYnrts2b6xCWJI5oAT/kkjEtkmpmpwMf7VBSTOVG+Hm6Mfey+ns9ziH6o9dpKstAEECXY0nTpar0MQs2SHDl6VXRS886zVdGdVe6Dg3Mdh0BsTuKpFcecOAS3voEjUvDomrZSDgTMBSC/SPjZeNGsywZwNjU= Received: by 10.78.201.15 with SMTP id y15mr386712huf.1168513323930; Thu, 11 Jan 2007 03:02:03 -0800 (PST) Received: by 10.78.132.3 with HTTP; Thu, 11 Jan 2007 03:02:03 -0800 (PST) Message-ID: <6f4f57f60701110302m684efea9yee8d103623a0a056@mail.gmail.com> Date: Thu, 11 Jan 2007 13:02:03 +0200 From: "George Vanev" To: VeeJay In-Reply-To: <2cd0a0da0701110045x49c8fc90g8174dd12d0d90325@mail.gmail.com> MIME-Version: 1.0 References: <2cd0a0da0701110045x49c8fc90g8174dd12d0d90325@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD-Questions Subject: Re: Is there a way to get List of Only those files in a filesystem which are modified on a specifict date? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: George.Vanev@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jan 2007 11:02:05 -0000 Here is an example with todays date find / -exec stat -f "%N %Sm" -t "%m-%d-%Y" {} \; | grep 01-11-2007 | cut -d' ' -f1 On 1/11/07, VeeJay wrote: > > Hi > > Is there a way to get List of Only those files in a filesystem which are > modified on a specifict date? > > -- > Thanks! > > BR / vj > _______________________________________________ > 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" > -- George Vanev