find . -type f -name '*.*' | xargs grep --color -n 'Admin@123'
find . -type f -name '*.*' | xargs sed -i 's/Admin@123/XXX/g'

 

参考资料:

http://blog.csdn.net/buutterfly/article/details/5531871

http://bbs.chinaunix.net/thread-3768137-1-1.html

 

相关文章:

  • 2022-12-23
  • 2021-09-20
  • 2022-12-23
  • 2021-11-13
  • 2022-12-23
  • 2022-01-13
  • 2021-06-04
  • 2021-08-12
猜你喜欢
  • 2021-09-26
  • 2022-12-23
  • 2022-12-23
  • 2021-09-14
  • 2021-08-25
  • 2021-11-27
相关资源
相似解决方案