支援搜尋多個檔案內字串的文字編輯器? - Linux

Table of Contents

※ 引述《[email protected] (Astro v.s. Geo)》之銘言:
: ※ 引述《[email protected] (Thomas Anderson)》之銘言:
: : 在LINUX下看別人寫的CODE
: : 想要像PSPAD之類的軟體 直接搜尋目錄下各個檔案的內部有無符合字串
: : 我用FEDORA11
: : 不知道有什麼好用的文字編輯器? AND 如何安裝?
: : 我用ECLIPCE找不到怎麼搜尋檔案內的字串
: : JEDIT跟NOTEPAD++不會裝........
: : 麻煩大家幫忙了 特此請教
: grep就可以撈出來了...
: for files in *; do
: grep -H 'keyword' $files 2>/dev/null
: done
我想你比較需要
eclipse

anjuta



--
keep it simple and stupid

--

All Comments