zoukankan      html  css  js  c++  java
  • linux 查找字符串

    find /app/airflow/spiderscript -type f |xargs grep -n "finchina"

    find /app/dcol/cfefs -type f |xargs grep -n "215.6.9.205" NO
    find /app/dcol/markit/markit/conf -type f |xargs grep -n "215.6.9.205" NO
    find /app/dcol/blp -type f |xargs grep -n "215.6.9.205"
    find /app/dcol/datax -type f |xargs grep -n "215.6.9.205"
    find /app/dcol/datax_driver -type f |xargs grep -n "215.6.9.205"
    find /app/dcol/mncpl -type f |xargs grep -n "215.6.9.205"
    find /app/dcol/delete_mid_table_data -type f |xargs grep -n "215.6.9.205"
    find /app/dcol/delete_target_table_data -type f |xargs grep -n "215.6.9.205"
    find /app/dcol/ice -type f |xargs grep -n "215.6.9.205"
    find /app/dcol/nfs -type f |xargs grep -n "215.6.9.205"

  • 相关阅读:
    vuex插件
    axios
    token登录验证
    mysql模糊查询
    Koa2+Mysql搭建简易博客
    正则匹配器
    编码
    Maven学习
    防止重复提交保证幂等的几种解决方案
    策略模式优化if-else
  • 原文地址:https://www.cnblogs.com/zhanglin123/p/14549682.html
Copyright © 2011-2022 走看看