grep查找未包含内容的文件

查找所有未包含conn.php的文件名

find . -name "*.php" -exec grep -nL "conn.php" {} \;

结果保存到result.txt文件中

[root@web_pre html]# find . -name "*.php" -exec grep -nL "conn.php" {} >result.txt \;

    A+
发布日期:2014年02月28日  所属分类:未分类

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: