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