Cheatsheet: awk
Basic operations
Print the first column of a file
Print the second and third column of a file
Print all lines that contain a specific word
Print the sum of the first column of a file
Print the average of the first column of a file
Print the maximum value of the first column of a file
Print the minimum value of the first column of a file
Print the number of lines in a file
Print the number of fields in each line of a file
Print specific lines based on a condition