[&] Which Linux utility would you use to sort and remove duplicate entries in a log file? - awk - grep - sort - cat [&] What Linux utility can be used to display the entire content of a log file in the terminal? - awk - cat - grep - sed [&] Which command allows you to search for specific strings within a log file? - cut - cat - grep - tail [&] What is the primary function of the 'awk' command in log analysis? - To search for specific string patterns in files - To display the last few lines of a log file - To extract and format specific fields from log files - To concatenate files [&] Why might you use the 'tail' command during log analysis? - To display the most recent entries in a log file - To format log files for readability - To display duplicate log entries - To display the first few lines of a log file