Sparky
首页
归档
发表于
2019-05-06
grep用法
基本用法
grep [选项] [操作] [文件1 文件2 …]
grep -n "test string" test.sh test1.sh
####