this is a extra element for clear the floated element
如何查找含特定字符串的文件
  • 12/31
  • 2008
备份恢复 | Oracle 1594 次查看

  例如查找当前目录下含有"the string you want find..."字符串的文件:
  ??$find . -type f -exec grep “the string you want find...” {} ; -print
  
  


您可能感兴趣的:

更多相关内容