#!/bin/bash MAILLIST="foyon0806@gmail.com" #emailist MEM_CORDON=100 #内存使用大于这个值报警 SWAP_CORD…
@echo off title 后期事件生成命令行 rem 参数判断 if "%1" equ "" ( goto err ) if "%2" equ "" ( goto err )…
#!/bin/bash regex="1([358][0-9]|45|47)[0-9]{4,8}" str=`echo $1|egrep ^"$regex"$` #判断输入是否是正…
############################################# # Split a log/text file into smaller chunks …
汇编编译调用glibc #!/bin/bash echo "开始编译非系统调用$1..." ld -dynamic-linker /lib/ld-linux.so.2 -o $1 …
process_name=jboss bin_path=/ICA20/jboss-4.3.1.GA-9000/bin
#!bin/bash svn up . mvn clean package -Dmaven.test.skip=true -P product
#!/bin/sh # to Oudge the input data echo "you're going to Convert the file's encoding..." …
#!/bin/bash # # find big disk space users in various directories CHECK_DIRECTORIES="." #de…
#!/bin/bash #Author: Castle Liu #Date: 2014/05/22 #Desc: load data to infobright #Usage: l…
@echo off echo %date% %time% Ready to update SVN repository. echo ========== %date% %time%…
#!/bin/sh for i in `ls` do if [ -d $i ]; then echo "$i is direction, so continue" continue…
在 Ubuntu 13.04 中安装 LibreOffice 4.1