Grep Search Case Insensitive String – Ignore Case

Grep Search Case Insensitive String - Ignore Case

The grep tool is used to search and match the specified Patterns in a file or string. While searching and matching the upper case and lower case letters differ and do not match the upper case pattern with the lower case string. This is called case sensitivity. But the case sensitivity can be disabled and … Read more

How To Search In Vim/Vi?

How To Search In Vim/Vi?

As a command-line tool searching different terms, words, sentences in a text can be done by using commands. Vim is a complex text editor and provides different search features like forwarding, backward search, whole word search, case-insensitive search, etc. Basic Search In the basic search, we will provide some simple terms in order to search … Read more