Linux查找包含指定文字的文件(linux查找指定文件)

时间:2016-09-25
在Linux下,查找包含字符串的文件使用的命令是grep。如果要查找包含**的文件,使用grep ** file是不行的,因为grep认为**是正则表达式,结果不可预料。正确的做法是:
grep '\*\*' file
比如:

[root@qzw www.vktone.com]# grep '\*\*' *.html */*.html >filtered.txt
[root@qzw www.vktone.com]#
上一条:win2008 r2 服务器环境配置(FTP/ASP/ASP.Net/PHP) 下一条:nmap扫描服务器端口(远程桌面端口)

相关文章

最新文章