wget -c -r -np -L -A zip,gz http://mirrors.cnnic.cn/apache/activemq/apache-activemq/
#!/bin/bash #Author Castle Liu #Date 2014-05-28 _BACKUP_DIR='/data/backup/IB/' _BACKUP_NAM…
@echo 完成网站网站 "d:\soft\rar.exe" a -agyyyymmddhh -p123456 -r -ibck D:\baiduyun\网站文件备份\websit…
@echo off rem 当前bat的作用 echo ==================begin======================== cls SET NGINX_…
#!/bin/bash # shell script to install jdk # 1. remove openjdk if exists. for i in $(rpm -q…
#!/bin/bash # osdba 2008.10.22 monitor the interface's network traffic. # Zeuslion 2009.0…
"C:\Program Files\NetBeans 8.0\bin\netbeans64.exe" --locale zh:CN
For /F "Tokens=1-7 Delims=/:. " %%d In ("%Date%%Time%") Do Set Now=%%e%%f%%g%%h%%i%%j Echo…
# !/bin/sh file='test.txt' sort -n $file | uniq sort -n $file | awk '{if($0!=line)print; l…
set nocompatible " be iMproved, required filetype off " required " set the runtime path to…
for i in `find . -name "*.log"`; do cat /dev/null >$i; done 或者 for i in `find . -name "…
#!/bin/sh ifconfig|grep "inet"|grep -o -E "[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}"…