Do the following: grep -rnw '/path/to/somewhere/' -e 'pattern'. -r or -R is recursive,; -n is line number, and; -w stands for match the whole word.
確定! 回上一頁