Grep: My Notes on Text Pattern Searching in Linux
Today I learned a useful search tool in Linux, grep. And I made a summary sheet about the common uses of this powerful tool.
Basic Text Search:
grep "pattern" filename
The most common use of grep is to search for a specific "pattern" within a "filena...
8bytes8.hashnode.dev3 min read