Skip to content

Case-Insensitive Search? #867

Closed Answered by gierens
bcrotty asked this question in Q&A, Howto, Help
Discussion options

You must be logged in to vote

Can you elaborate what you mean by search pattern?

In case you mean glob patterns this has nothing to do with eza and more with your shell:

ZSH:

  1. you can make glob patterns case-insensitive in general by unsetting CASE_GLOB:

  1. or you can set extendedglob and make use of the (#i) to mark a glob as case-insensitive:

BASH:
Here you can set nocaseglob:

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by bcrotty
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants