Re: concatenate files under a specified order
- From: "Ela" <ela@xxxxxxxxxx>
- Date: Thu, 26 Jun 2008 10:27:06 +0800
"Chris F.A. Johnson" <cfajohnson@xxxxxxxxx> wrote in message
news:8e643$4862f593$cef88ba3$15308@xxxxxxxxxxxxxxx
On 2008-06-26, Ela wrote:
"Chris F.A. Johnson" <cfajohnson@xxxxxxxxx> wrote in message
news:c0922$4862eb3e$cef88ba3$28944@xxxxxxxxxxxxxxx
The ordering of files with wildcards is not arbitrary; they will
be resolved in alphabetical order according to your locale. If you
want case-insensitive ordering, use a locale in which ordering is
case-insensitive, e.g., en_us.
As I'm not admin that can change locale for the system,
You do not have to change it for the system; just change it for the
command that needs it:
LC_ALL=en_us
printf "%s\n" *
how can I, say, change all filenames to uppercase/lowecase to ensure
they will be concatenated correctly?
After testing, it seems that this does not solve case-sensitiveness problem.
.
- Follow-Ups:
- References:
- concatenate files under a specified order
- From: Ela
- Re: concatenate files under a specified order
- From: Chris F.A. Johnson
- Re: concatenate files under a specified order
- From: Ela
- Re: concatenate files under a specified order
- From: Chris F.A. Johnson
- concatenate files under a specified order
- Prev by Date: Re: concatenate files under a specified order
- Next by Date: Re: Possible Memory Leak with Fedora 9 64-bit?
- Previous by thread: Re: concatenate files under a specified order
- Next by thread: Re: concatenate files under a specified order
- Index(es):
Relevant Pages
|