Skip to content

Commit b40639d

Browse files
authored
Update README.md
1 parent a2fe385 commit b40639d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,14 @@ web应用
545545
grep -EHirn '--include=*.'{java,jsp,jspx,xml,conf,json,ini,properties,yaml,toml,plist,txt,sql} "accesskey|api_key|apikey|jdbc|username|pass|passwd|password" webapps/
546546
```
547547

548+
搜索文件内的字符串
549+
```
550+
grep -r "test" ./src
551+
552+
显示行号
553+
grep -rn "test" ./src
554+
```
555+
548556

549557
## mysql
550558

0 commit comments

Comments
 (0)