Re: Sorting alphabetically

2006-08-17 Thread Maxim Yegorushkin
Anoneironaut wrote: Hey guys. I'm trying to sort a long list of files in alphabetical order. All of the files are case sensitive so I can't change the names at all. I've tried using the GNU sort function but it sorts things based on their ASCII value and not alphabetically. So for example

Re: Sorting alphabetically

2006-08-17 Thread Philip Guenther
On 8/17/06, Maxim Yegorushkin [EMAIL PROTECTED] wrote: Anoneironaut wrote: Hey guys. I'm trying to sort a long list of files in alphabetical order. All of the files are case sensitive so I can't change the names at all. I've tried using the GNU sort function but it sorts things based on

Sorting alphabetically

2006-08-15 Thread Anoneironaut
this: A aa B bb I get: A B a b when I really want: A aa B bb Is it possible for me to do this? -Anon P.S. I'm running Gnu Make 3.80 on a Windows XP Professional O.S. -- View this message in context: http://www.nabble.com/Sorting-alphabetically-tf2109465.html#a5815112 Sent from the Gnu - Make