25Feb/100
file enumeration by readable timestamp
This little bash command let's us order files sequentially based on their actual time while being human readable using. This uses the full year and 24 hour time format.
FORMAT: FILE.date +%Y-%m-%d_%H-%M-%S
OUTPUT: FILE.2010-02-25_11-50-32
