Sorting Question

From: Mills, John T (John.T.Mills@ERAC.COM)
Date: Mon Jan 12 2004 - 14:56:54 EST


Give an output of 'ls -1 .':
 
filename.image.01102004
filename.image.12252003
filename.image.12262003
filename.image.12272003
filename.image.12282003
filename.image.12292003
filename.image.12302003
 
How could I use sort or/and awk to sort the list like this?
 
filename.image.12252003
filename.image.12262003
filename.image.12272003
filename.image.12282003
filename.image.12292003
filename.image.12302003
filename.image.01102004
 
Thanks,
 
John T. Mills



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 22:17:29 EDT