Which symbol will be used with grep command to match the pattern pat at the end of a line ? September 1, 2021April 5, 2019 by admin Which symbol will be used with grep command to match the pattern pat at the end of a line ? A. ^pat B. $patC. pat$ D. pat^