Essential Linux Commands - Part 2
In part 1 , we have covered first 12 commands.
13. grep command
Another basic Linux command that is undoubtedly helpful for everyday use is grep. It lets you search through all the text in a given file.
To illustrate, grep blue notepad.txt will sear...
vhald.hashnode.dev7 min read