⟩ What will be printed for the command below? $ grep -c "^echo" abc a) The count of lines that do not contain the pattern echo in file abc b) The count of lines which begin with the pattern echo in file abc c) The count of lines that ends with the pattern echo in file abc d) None of the above
b) The count of lines which begin with the pattern echo in file abc