cd somepath
grep -r -n xyz/abc/%@*% .
意思是在当前文件夹及子文件夹下,查找字符串xyz/abc/%@*% ,字符串的前后不要加引hao。
example:
https://briteming.blogspot.com/2019/10/javahttp-proxy-jproxy.html
-r -n可以合写为-rn
grep -r -n xyz/abc/%@*% .
意思是在当前文件夹及子文件夹下,查找字符串xyz/abc/%@*% ,字符串的前后不要加引hao。
example:
https://briteming.blogspot.com/2019/10/javahttp-proxy-jproxy.html
-r -n可以合写为-rn