Which of the following commands will display only lines that begin with start?

Which of the following commands will display only lines that begin with start?Category: Linux EssentialsWhich of the following commands will display only lines that begin with start?
Linux Questions Staff asked 1 year ago

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

About the author