[nycbug-talk] Files/directories by date utility?

Sujit K M sjt.kar at gmail.com
Wed Jul 28 07:39:10 EDT 2010


I think you can use perl.

http://www.devdaily.com/perl/edu/qanda/plqa00011.shtml
Above is an specific example.

http://perldoc.perl.org/File/Find.html
Above is the Perl::Find Function.

On Tue, Jul 27, 2010 at 5:51 AM, Francisco Reyes <lists at stringsutils.com> wrote:
> Before re-inventing the wheel, anyone know of a port for FreeBSD that would
> show dates of files by directory or something like it.
>
> In particular I am looking for the newest file per folder.
>
> If nothing like it exists thinking of using the output of:
> find <dir> -exec ls -l {} \;
>
> As the starting point.
> For quick and dirty may just throw the data into a database
> directory
> file
> date
>
> then I could do all the sorting/querying I could ever need..
>
> Anyone ever dealt with a simmilar problem?
> _______________________________________________
> talk mailing list
> talk at lists.nycbug.org
> http://lists.nycbug.org/mailman/listinfo/talk
>



-- 
-- Sujit K M

blog(http://kmsujit.blogspot.com/)



More information about the talk mailing list