摘要: 1、全文查找指定字符串 grep -rn 'http://new.shirbility.cn' . --include=*.php 2、redis批量删除指定keys redis-cli keys "scene_event*" | xargs redis-cli del 3、linux批量替换指定字 阅读全文
posted @ 2017-11-29 18:25 大旗V5 阅读(153) 评论(0) 推荐(0) 编辑