Grep Command in Linux
Grep Command
The Grep command can find or search a regular expression or a string in a text file. To demonstrate this, let’s create a text file welcome.txt and add some content as shown.
Welcome to Linux !
Linux is a free and opensource Operating sys...
techwithrishav.hashnode.dev2 min read