<div dir="ltr">Hey, I didn't say it was a perfect answer!<div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 9 September 2013 15:38, Bob Jonkman <span dir="ltr"><<a href="mailto:bjonkman@sobac.com" target="_blank">bjonkman@sobac.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 13-09-09 03:25 PM, William Park wrote:<br>
> On Mon, Sep 09, 2013 at 02:53:02PM -0400, unsolicited wrote:<br>
>> How do I make filename/directory matching case insensitive?<br>
>><br>
>> Note, I am NOT talking about autocompletion. No tab pressing involved here.<br>
>><br>
>> If I have directory /Data/Me, how do I make 'cd /data/me<enter>' do<br>
>> the expected?<br>
><br>
> Short answer: you can't.<br>
><br>
> Long answer: you have to write a script that will convert the cases for<br>
>     both your command argument and target directory name, and do the<br>
>     match.  For "vfat" and the likes, there is mount option that will<br>
>     convert the case automatically.<br>
><br>
<br>
And you have to find a way work with duplicates, eg. what happens where<br>
there is both a "/Data/Me" and a "/data/me" in filesystem?<br>
<span class="HOEnZb"><font color="#888888"><br>
--Bob.<br>
<br>
</font></span><br>_______________________________________________<br>
kwlug-disc mailing list<br>
<a href="mailto:kwlug-disc@kwlug.org">kwlug-disc@kwlug.org</a><br>
<a href="http://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org" target="_blank">http://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org</a><br>
<br></blockquote></div><br></div>