From owner-freebsd-hackers@FreeBSD.ORG Thu Jul 1 17:55:44 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9D5F106566B for ; Thu, 1 Jul 2010 17:55:44 +0000 (UTC) (envelope-from lidl@pix.net) Received: from rox.fddx.com (rox.fddx.com [IPv6:2001:470:8:202:204:23ff:fea8:aa3f]) by mx1.freebsd.org (Postfix) with ESMTP id 934408FC0A for ; Thu, 1 Jul 2010 17:55:44 +0000 (UTC) Received: from torb.pix.net (verizon.pix.net [71.241.230.58]) by rox.fddx.com (8.13.8+Sun/8.13.8) with ESMTP id o61Htasj027983; Thu, 1 Jul 2010 13:55:43 -0400 (EDT) Message-ID: <4C2CD698.4080607@pix.net> Date: Thu, 01 Jul 2010 13:55:36 -0400 From: Kurt Lidl User-Agent: Thunderbird 2.0.0.24 (Macintosh/20100228) MIME-Version: 1.0 To: Steve Franks References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.95.2 at rox.fddx.com X-Virus-Status: Clean Cc: freebsd-hackers Subject: Re: thoughts on sorting files into sub-folders by access date? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2010 17:55:45 -0000 Steve Franks wrote: > I can't find anything close googling, so I d/l a bunch of perl > examples. Before I figure this out in python (I'm a hardware > developer by trade, so that seems most sensible [libc doesn't seem to > have any os-agnostic way of playing with file times, no?])... man utimes -Kurt