On Monday 14 May 2007 21:35:04 Eric S. Raymond wrote: > > If it is really a problem we should probably use some more conventional > > filenames like _main.cfg instead of %main.cfg for example. > > Alas, it appears the ls(1) sort algorithm ignores all leading > non-alphanumerics. It depends on your system locale, when depending on the sort order it's always better to set your locale to C.
[EMAIL PROTECTED]:/tmp/test % LC_ALL=en_US.UTF-8 ls bar foo _foo [EMAIL PROTECTED]:/tmp/test % LC_ALL=C ls _foo bar foo -- Warp Networks | [EMAIL PROTECTED] | http://warp.es Debian | [EMAIL PROTECTED] | http://www.debian.org _______________________________________________ Wesnoth-dev mailing list [email protected] https://mail.gna.org/listinfo/wesnoth-dev
