linux 搜尋檔案及所有子目錄下的檔案裡的內容 (轉)

worldblog發表於2007-12-07
linux 搜尋檔案及所有子目錄下的檔案裡的內容 (轉)[@more@] 

搜尋及所有子目錄下的檔案裡的內容

to:master@aid.com.cn">技巧管理員(2000-12-22 23:55)

〖/stipslist.?i=4">返回〗〖轉發〗

例如搜尋ZhXwin下所有C原始碼中的"Chinput"(試試取消下行的-q引數): 
 find //ZhXwin -name *.c -exec grep -q -s Chinput {} ; -print 
 查詢所有檔案則可以用: 
 find . -type f -exec grep -s chinese {} ; -print 
 如果喜歡圖形介面,KDE帶的kfind很不錯。


來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10752043/viewspace-989293/,如需轉載,請註明出處,否則將追究法律責任。

相關文章