1
shiny 2012-09-14 18:24:41 +08:00 1
windows下你可以用editplus,如果要批量替换可以用notepad++
在linux下你可以用 grep -r 查找的字符 路径 |
2
dongsheng 2012-09-14 18:28:52 +08:00 2
grep abc -rn .
|
3
dongsheng 2012-09-14 18:29:48 +08:00
还有个软件叫cgvg,cg相当于grep,然后vg可以快速打开文件,直接到指定行
|
4
MayLava 2012-09-14 18:30:05 +08:00 1
不知道楼主是不是Win
我用的是Notepad++。选中全部文件点右键,使用np++打开。ctrl-f时候有“查找所有打开文件”。 |
5
shpasspass OP 多谢了,win系统,找到方法了~
|
6
NemoAlex 2012-09-14 20:56:08 +08:00
各种主流编辑器以及 IDE 都有这功能
grep 的效率很高,不过如果用 Windows 就没法用了 Sublime Text 2 是我用过的编辑器中查询多个文件效率最高的 |
7
lusin 2012-09-14 21:48:16 +08:00
dw 选定文件夹,查找源文件
|
8
kojp 2012-09-16 11:40:28 +08:00
擦~~我又写了一个。(效率非常低~~)
https://github.com/r00te4/tips/blob/master/pyfindstr/pyfindstr.py |