Which of the following commands will return only lines that end with test? 2 years agoby Linux Questions Which of the following commands will return only lines that end with test? › Category: Linux › Which of the following commands will return only lines that end with test? Vote Up 0 Vote Down Linux Questions Staff asked 2 years ago Which of the following commands will return only lines that end with test? grep '^test' file.txt grep 'test$' file.txt grep '$test' file.txt grep 'test^' file.txt Please login or Register to submit your answer Username or Email Address Password Remember Me FacebookXGoogle+PinterestLinkedIn