grep command
-
Instructions on how to use the Grep command in Linux
the grep command stands for 'global regular expression print', which is a command in unix/linux used to search for lines of text in a regular expression pattern. -
How to use the grep command on Debian 10
grep stands for global regular expression print. this is a useful command and is widely used by linux system engineers, while searching for a string or patterns with regular files and in the system. -
How to find a specific word in a file on Linux
the famous gnu search program, grep can search inside the file with the correct flag. this article will show you how to find specific words in a file on linux