Search String or substring in a file using shell
We will see the usage of grep command in different cases. The command can be used in different ways based on the need to search a string or substring in a file or in multiple files in a folder. The grep command stands for “global regular expression print” General format To see the full syntax… Read More »