Which of the following commands will display lines that contain either start or end?

Which of the following commands will display lines that contain either start or end?


Answer: egrep 'start|end' file.txt


Linux

Learn More Multiple Choice Question :