Dear monks,
I have an array of lines that I would like to sort. The lines have fields which are separated by a single space.
There are many fields in a line but I would like to sort the array only by the first two fields. The first field is a timestamp (from localtime()), the second field is a capital letter (ie A-Z).
Can someone tell me how I can perform such a sort ?
thanks