How to search case insensitive with find shortcut in linux terminal(ctrl+shift+f)

Near Future

I am using find shortcut in linux terminal (ctrl+shift+f) quite often. The problem is that it is case sensetive, so searching for example: "syn/ack" is no the same as "SYN/ACK".

I've researched over the ethernet, but didn't find how establish case insensetive especially for this particular case.

All my researches were pointing nearly to same topic as this:

Which tells to put set completion-ignore-case On into /etc/inputrc

It worked only for TAB autocompletion like $> des+[TAB] -> $> Desktop/

So the 2 main questions here:

  1. Is there a way to make find shortcut case insensetive ?

  2. Will this configuration be different for different linux shells ? Im using Kali linux distribution with zsh shell in qterminal at the moment, will it vary for bash shell or MATE terminal for example ?

Thanks.

Marlon Richert

In QTerminal, to change to not to match case, press the downward pointing arrow button and uncheck the “Match Case” checkbox.

Source: https://manual.lubuntu.me/stable/3/3.1/3.1.3/qterminal.html

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

JQuery how to .find() case insensitive?

From Dev

Case Insensitive search from find command?

From Dev

How to search with cypher 2.0 case insensitive?

From Dev

How to make filter search case insensitive?

From Java

How to do case insensitive search in Vim

From Dev

How to make Wagtail search case-insensitive

From Dev

how to Parse Query search case insensitive in android?

From Dev

How to perform case insensitive search in XPath?

From Dev

how to Parse Query search case insensitive in android?

From Dev

Ruby how to make search filters case insensitive

From Dev

How to perform case insensitive search in XPath?

From Dev

How to search case-insensitive using jQuery?

From Dev

How to write case insensitive Javascript search

From Dev

How to make search case insensitive using nodejs?

From Dev

How to find and remove strings with case insensitive match?

From Dev

Elastic search case insensitive

From Dev

MySQL search case insensitive

From Dev

Case insensitive search in Rails

From Dev

case insensitive search for labels

From Dev

Case insensitive search

From Dev

case insensitive search for labels

From Dev

Case insensitive directory search?

From Dev

journalctl search case insensitive

From Dev

case insensitive search in regex

From Dev

Find element name via case-insensitive search

From Dev

How to do case insensitive sorting using Hibernate Lucene Search?

From Dev

Django rest framework - how to make case insensitive viewset search

From Dev

In bash readline, how do I make the incremental search case insensitive

From Dev

How to return a result from JSON with case insensitive search using javascript?

Related Related

HotTag

Archive