image.png
findstr /n /i /a:6 /s "Password" config.xml
-
/n:在匹配的每行前打印行数 -
/i:不区分大小写 -
/a:attr:颜色(color /?列出颜色) -
/s:包括当前目录下的子目录
image.png
findstr /n /i /a:6 /s "Password" config.xml
/n:在匹配的每行前打印行数/i:不区分大小写/a:attr:颜色(color /?列出颜色)/s:包括当前目录下的子目录本文标题:Findstr Highlight
本文链接:https://www.haomeiwen.com/subject/efuklktx.html
网友评论