Grep Command in Linux/Unix
In Linux or Unix grep is a command which comes pre-installed with the system. if it is not present in your system you can install this by running the below command in your terminal.
$ sudo apt-get install grep
It is widely used command in day to day...
endeavourmonk.hashnode.dev1 min read