3.25.2009

grep : find string in source

還是unix 好用,用 UnixUtil 搜尋 source 中的字串,可以用:

grep -Ir CStaticContainer *

其中..
  • -I 是說,ignore binary file
  • -r 是說,recursive
使用 grep 不能同時指定 file pattern 和 recursive,要配合 find 才行。

但是 xargs 在 Windows 下會有 "cannot fork" 的 error message。

其他:

  • -i 是說,ignore case (大小寫不管)
這一夜的說明很不錯。
http://www.esmerel.com/wagons/rob/grep.html

沒有留言: