Use `grep` command to find content in Linux

$> grep -r -in "SENTRY" --include=*.py .

-R : recursive -in: show line and color –include: only find files with pattern “*.py” . : the directory we will find in

Kien Nguyen

A father, husband, and passinate programmer

Ho Chi Minh, Vietnam http://kiennt.com