@echo off set srcFile=c:\temp.src del %srcFile% echo open >"%srcFile%" echo 192.168.1.3…
#!/bin/bash #Program: # Accomplish to expand the specified function only one key #History:…
1 #!/bin/bash 2 # @File: qps.sh 3 # @Aim: 4 # @Author: Foyon 5 # @Created Time: 2014-04-23…
...
E73# file /bin/ls
#!/bin/bash cnt=1 cd /home/gyx/watch || exit # set your watch directory here cat 1.txt|whi…
function split($inFile, $outPrefix, [Int32] $bufSize){ $stream = [System.IO.File]::OpenRea…
#!/bin/bash cmd='mysql -uslave -ppasswd -P3306 -h 192.168.0.72 -Be' status=`$cmd 'show sla…
rename 's/^\d+/$&+1/e' $(ls | sort -nr)
#!/bin/bash #cpu idle percent cpu_idle=`top -b -d 1 -n 2 | grep Cpu | awk 'NR>1{print $…
SET NGINX_PATH=D: SET NGINX_DIR=D:\web\nginx-1.3.11\ SET PHP_DIR=D:\web\php-5.4.11-nts-Win…
@echo off echo. echo MySQL Backup >>F:\xxx\aa.log echo *****************************…