@echo off del /s /q *.sdf del /s /q *.tlog del /s /q *.obj del /s /q *.lastbuildstate del …
#!/bin/bash ################################################# # # script by Vincent yu # c…
sendmail.sh #!/bin/bash ################################################################# …
#!/bin/bash # seesea2517#gmail#com for i in {1..9}{1..9}{1..9} do if echo $i | grep -E ".*…
#!/bin/bas # #############################################################################…
@echo off set source=D:\test set target=E:\my if not exists "%source%\" md "%target%" xcop…
echo off SET devID=*********** SET mutID=DUT4 @ECHO ON md c:\"%mutID%_%devID%_pull_LS" ech…
#!/bin/sh #获取网卡名称 eth=$(/sbin/ifconfig |grep eth |awk '{print $1}'); #获取当前进出口流量 RXpre=$(ca…
# 查看某个工具编译出来的时间 $(which appname) # 常用for循环 for i in 1 2 3 4 5; do echo "$i"; done; for((i=…
#!/bin/bash # Name:bakmysql.sh # This is a ShellScript For&n…
#!/bin/bash # ------------------------------- # Revision: # Date: 2012-12-11 # Author: sim…
#!/bin/bash #切割nginx日志文件, #并以昨天的日期命名 logs_path="/var/www/log" date=$(date -d "yesterday" +…
shell监控是否可以ping通,telnet通其他机器,记录到mysql中