@ezbackend: Log Parsing Cheat Sheet 1.GREP GREP searches any given input files, selecting lines that match one or more patterns. 2.CUT CUT cuts out selected portions of each line from each file and writes them to the standard output. 3.SED SED reads the specified files, modifying the input as specified by a list of commands. 4.AWK AWK scans each input file for lines that match any of a set of patterns. 5.SORT SORT sorts text and binary files by lines. 6.UNIQ UNIQ reads the specified input file comparing adjacent lines and writes a copy of each unique input line to the output file. #softwareengineer #softwareengineering #programming #backend #webdevelopment #coding #developer #microservices #designpatterns #systemdesign #logging