-----Original Message----- From: Greg Freemyer Sent: Jul 6, 2005 3:03 PM Have you tried good old "sort". Something like "sort -n -k 3 -t=, your_file > your_sorted_file" should work. Greg -- Thanks, I will give it a try.