码迷,mamicode.com
首页 > 系统相关 > 详细

shell训练DAY24

时间:2019-01-19 21:47:37      阅读:241      评论:0      收藏:0      [点我收藏+]

标签:tmp   sed   php   直接   cut   tables   $1   ble   gre   

找两个文件差异,通过grep -f
杀进程,通过ps -u $USER查看当前用户,用awk找到匹配的pid,用kill直接杀死进程
备份并发数据库 获得数据库列表mysql -uroot -p123456 数据库名 -e"show tables"|sed ‘1d’ > /tmp/table.txt| awk‘{print $1}‘
监控cdn 通过curl -x88.88.88.88:80 www.aminglinux.com/index.php >/tmp/2.2.2.2.txt, diff 文件一 文件二是否有差异
破解字符串$RANDOM|md5sum|cut -c 1-8获取8位字符串

shell训练DAY24

标签:tmp   sed   php   直接   cut   tables   $1   ble   gre   

原文地址:http://blog.51cto.com/11044100/2344621

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!