in reply to Finding files in unix irrespective of case

Not sure on your compiler or how brave you are, but you could always hack the preprocessor a bit. It seems like if you are using gcc you could edit the preprocessor to try to #include case insensitively, maybe by embedding a little bit of perl in it or just coding it yourself. I have no clue how you'd start to do that, but if you can't change code or their practices, and you get a lot of these files loaded at a time you might run into inode problems eventually. Actually, it would be pretty cool to be able to #include case insensitive and have a gcc command line option for that, make a patch, maybe they'd take it.
  • Comment on Re: Finding files in unix irrespective of case

Replies are listed 'Best First'.
Re: Re: Finding files in unix irrespective of case
by ashok (Sexton) on Jan 06, 2001 at 12:52 UTC
    I am working on Sun Sparc. As you said I am not having any administrative previlege. Thanks Ashok