Some Useful Linux Commands Tutorial: Part 1
#trainwithshubham # 90DaysOf DevopsChallenge #devops/linux
1. Grep command[Global Regular Expression Print]:
The Grep command search for a particular string/keyword from a file and print lines matching a pattern. It is case-sensitive.
It checks line ...
tanaya.hashnode.dev6 min read