Which of the following commands will display only lines that begin with
start
?
- grep *start file.txt
- grep $start file.txt
- grep start file.txt
- grep ^start file.txt
Please login or Register to submit your answer