
December 5th, 2002, 12:42 PM
|
|
Contributing User
|
|
Join Date: Oct 2000
Location: Back in the real world.
|
|
|
assuming that no logfile was tampered with, i.e. they have the creation / modification date that corresponds to their names... untested, but should this work:
mv `ls --sort=date|head -1` newfilename
|