摘要: 利用curl 转化md5 编码,进行查看是否网页有变化的脚本 #!/bin/bash #写入第一条值 result=`curl -k -s www.baidu.com | md5sum | awk '{FS=""}''{print $1}'` if [ -e file -a ! -s file ]; 阅读全文
posted @ 2019-12-13 16:04 xuefy 阅读(349) 评论(0) 推荐(0) 编辑