How to search case insensitive with find shortcut in linux terminal(ctrl+shift+f)
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’…