Hi All!

--schnipp--
lots of stuff to sort
--schnapp--
Try this: (assuming a UN*X system)

#> cat yourindexfile | uniq | sort -f > yoursortedindexfile

this should get you a sorted (ignoring case: leave out the -f switch to 
preserve case) and double-free list.

Have fun*

Niklas

Reply via email to