Loading...
前言有时候shell脚本可以放在http页面上,不用download,可以直接执行。通常我们可以用cur...
#对于不定期出现的网络流量异常进行合理抓包 file=/proc/net/dev i=0 #用来...
1. 命令行参数-v,–verbose 详细模式,如果命令执行成功,输出...
用shell判断IP地址是否合法,主要知识点是IFS(Internal Field Seprator),...
while read line;do echo ${line};done < 1.txt 和多行写...