Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: case insensitive filename generation



В Сбт, 29.06.2002, в 22:41, Vagn Johansen написал:
> Is there way to get case insensitive filename generation as the default?
>  
> Basically, I want the globbing flag (#i) to be the implicit for all
> expa.. no, "generations"
>  

please, do not post in HTML.

No AFAIK zsh does not support it. It may be interesting addition aimed
at bash compatibility (and also be useful on case-insensitive file
systems like on Cygwin as example).

You can make completion case-insensitive so as a workaround you could
use ^Xe or like to expand pattern and insert it into command line.

-andrej



Messages sorted by: Reverse Date, Date, Thread, Author