[nycbug-talk] Files/directories by date utility?
Francisco Reyes
lists at stringsutils.com
Mon Jul 26 20:21:22 EDT 2010
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?
More information about the talk
mailing list