2008年4月22日 星期二

從檔案中找出關鍵字指令

從檔案中找出關鍵字指令
find *.html | xargs grep "Python"

find *.html | xargs grep -n "Python"

-n 會顯示找到的行數