#!/bin/bash # shell script to install jdk # Check if user is root if [ $(id -u) != "0" ]; …
# Author: Edward.Zhou -- <edgeman_03@163.com> # Purpose: Windows平台下采用PowerShell使用rma…
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 #cpu idle percent cpu_idle=`top -b -d 1 -n 2 | grep Cpu | awk 'NR>1{print $…
#!/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)
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 *****************************…