what's the fastest way to sort file by the first letter of each line? should one use linux sort command or are there other more efficient alternatives? if I am using sort, how do I sort only by the first letter and ignore the rest?what's the fastest way to sort file by the firs