cp -R `find /home/data -type d -path /home/data/e -prune -o -print | sed 1d ` /bak
#!/bin/bash #Author:arezone #Website: http://www.olinux.org.cn MYSQL=/usr/local/webserver/…
#!/bin/bash ################################## haproxy_path=/usr/local/haproxy haproxy_con…
#!/bin/bash PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin export…
src/redis-cli -n 0 keys "prefix_*" | xargs src/redis-cli -n 0 del
#!/bin/bash # mysql 的备份脚本 # 备份原理: # 1 # 使用列举出所有的库; # 2 # 使用每个库,列举出每张表,除了指定忽略的库; # 3 # 使用my…
curl "http://sexy.faceks.com/sitemap.xml" |grep -o "http://.*post/.\{14\}" |xargs curl |gr…
#!/bin/sh #redstar #chmod +x getPs.sh #run: ./getPs.sh OR ./getPs.sh sleepTime stepsTimes …
#!/bin/bash ARGS=1 E_BADARGS=65 TEM_FILE="/tmp/dict.tmp" if [ $# -ne "$ARGS" ] then echo "…
GrahpicsMagick: find . -iname “*.jpg” -exec gm convert -strip +profile “*” -quality 85 {} …
#!/bin/sh logFileName="pcrf_stack.log" startTime="2014-10-11T22:30:00" endTime="2014-10-11…
#!/bin/bash #Description: # download national geographic photo of the day and set it as ba…