What is GREP ? Unix / Linux provides a powerful tool to search the contents of one or more text files, or to search the contents of input provided, for matching a pattern. This is referred to as pattern matching (a.k.a. regular expression or globbing). A pattern can be a …
Read More »