-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 mark tolman said:
> I just upgraded from RH 6.2 to 7.1 and I have a small issue. > > When I 'ls' a directory it mixes upper and lower case files and > directories instead of being in the correct order (upper first, then > lower). I posted on the RH forums, but no one replied, and there is > nothing about it in the RH Docs. Welcome to my nightmare. #!/bin/bash # Add this to your .profile, .bashrc, or whatever LC_COLLATE=C LANG=en_US export LC_COLLATE LANG # Have a nice day! Funny, we were just talking about this at lunch today... - -- Derek Martin Senior System Administrator Mission Critical Linux [EMAIL PROTECTED] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE71wiYdjdlQoHP510RAiOSAJ4j+N3qYVmlcAOS1/lhHW8IoMHJzgCfYaSk 4U7x87bzpULXTyHhbHysa4k= =ALg8 -----END PGP SIGNATURE----- ********************************************************** To unsubscribe from this list, send mail to [EMAIL PROTECTED] with the following text in the *body* (*not* the subject line) of the letter: unsubscribe gnhlug **********************************************************
