Which of the following commands will display lines that contain either start or end? 1 year agoby Linux Questions Which of the following commands will display lines that contain either start or end? › Category: Linux Essentials › Which of the following commands will display lines that contain either start or end? Vote Up 0 Vote Down Linux Questions Staff asked 1 year ago Which of the following commands will display lines that contain either start or end? egrep start end file.txt egrep ‘start|end’ file.txt egrep start&end file.txt egrep (start|end) file.txt Please login or Register to submit your answer Username or Email Address Password Remember Me FacebookXGoogle+PinterestLinkedIn