grep用法

基本用法

grep [选项] [操作] [文件1 文件2 …]

grep -n "test string" test.sh test1.sh

####