Command to display lines that match a pattern ?
D
Correct answer
Explanation
grep (Global Regular Expression Print) is the Unix/Linux utility designed to search for patterns (using regular expressions) in files and display matching lines. While tools like awk and sed can also perform pattern matching, grep is the specialized command for this specific task.