Microsoft
Software
Hardware
Network
Question : using the bash sort command, now do I sort dates ?
The data is:
02/05/09 000218L3
02/02/09 000304L3
01/19/09 000294L3
01/28/09 000379L3
02/02/09 000036L3
01/23/09 000207L3
01/19/09 N00311L3
02/23/09 000405L3
12/29/08 000051L3
Answer : using the bash sort command, now do I sort dates ?
sort -t/ -n -k3 -k1 -k2 file
Random Solutions
(20)532 Cannot find database DLL
Debug Windows Photo Gallery
How to change the Outlook-2003 welcome-mail on the exchange server?
Bash script help
Showing full e-mail address instead of Display Name
When form open, creates blank file in table
Create table in tempdb
Domain User can't see Flash Drive in Computer
How to import Windows Outlook 2003 PST into Mail or Entourage in Mac OS X
HLOOKUP newbie question