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
Domain User can't see Flash Drive in Computer
Create table in tempdb
Writing results of a VBA driven Pass-Trhough Query to an Access table
Sybase SQL Anywhere ISQL from command line
Bash script help
How to change the Outlook-2003 welcome-mail on the exchange server?
Debug Windows Photo Gallery
When attempting to Modify a VB 6.0 Program that uses Crystal Reports 6.0 the Crystal Report fails to get Loaded
How to release programs from UAC "Blocked Startup Programs" ?
Find the Minimum Date From and Maximium Date To from a list of continious Time Periods