egrep.1 %22has id of%22 mylog.log %7C awk %7B%27print %242%22%3A %22%246%27%7D
print lines matching a pattern
grep searches the named input FILEs (or standard input if no files are named, or if a single hyphen-minus
(-) is given as file name) for lines containing a match to the given PATTERN.  By  default,  grep  prints
the matching lines.
source manpages: egrep