|
發表於 2021-3-26 12:17:54
|
顯示全部樓層
本帖最後由 jason680 於 2021-3-26 12:24 PM 編輯
1. Unix like
在command line下指令
grep -R "wish" *
*註: windows也可以裝linux環境...
2. windows軟體Notepad++
a. "搜尋"->"在多檔案中搜尋"
b. 選好"資料夾" ("包含子資料夾"要打勾)
c. 關鍵字"wish"-> "全部搜尋"
註: 關鍵字很複雜時,"搜尋模式",可以選"規則運算式"
(Regular Expression, 一般叫"正規式表示式",簡:"正則")
-----------------------------------------------------
補充: notepad++ 相關:
網址: https://notepad-plus-plus.org/
下載: https://notepad-plus-plus.org/downloads/
GPL (版權)應該沒問題,也不是試用版...
Notepad++ is a free (as in “free speech” and also as in “free beer”) source code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by GNU General Public License. ...
|
評分
-
2
查看全部評分
-
|