如何在linux下查找包含某字符串的文件

December 29th, 2009 by Bruce Dou Views:419

search the files include the string in a folder under linux.

find ./  -name "*.*" | xargs grep  "drupal_access_denied"
search file names under linux.
Share and Enjoy:
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogplay
  • 豆瓣
  • DZone
  • LinkedIn
  • MySpace
  • Reddit
  • RSS

Also see:

Tags:

Leave a Reply