Home > Q&A > body text
有什么编辑器或者ide可以做到吗?
PHP中文网2017-04-17 14:29:57
For Linux, just grep: find . -name "*.c" | xargs grep xxx
find . -name "*.c" | xargs grep xxx
For Windows, any IDE can do it. This is the most basic function of an IDE
迷茫2017-04-17 14:29:57
You can use notepad++ vs