The -i argument matches patterns without considering the uppercase or lowercase:
$ echo hello world | grep -i "HELLO"
hello
Linux Shell Scripting Cookbook - Third Edition
by Shantanu Tushar
Published by
Packt Publishing, 2017
The -i argument matches patterns without considering the uppercase or lowercase:
$ echo hello world | grep -i "HELLO"
hello