孙大喜

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2016年12月23日

摘要: #!/bin/bash touch /tmp/sn2 /tmp/sn4 /tmp/sn6 /tmp/sn3 redir=/dev/null which lsof >&/dev/null lsofs=$? def=$1 [ x"$def" == x ] && def=5 [ $lsofs -ne 0 ] && def=$(($def-4)) [ $def -lt 1 ] && def=1 whil... 阅读全文
posted @ 2016-12-23 16:52 孙大喜 阅读(278) 评论(0) 推荐(0) 编辑

摘要: 默认配置 阅读全文
posted @ 2016-12-23 16:50 孙大喜 阅读(155) 评论(0) 推荐(0) 编辑

摘要: #!/bin/bash #Auther Sun Ying ##Copy left ##Version: Demo Version ##Basic Compare the datebase changes #ER=`whoami` #if [ $USER != "postgres" ];then # echo -e "\033[31mWrong User,please use... 阅读全文
posted @ 2016-12-23 16:49 孙大喜 阅读(279) 评论(0) 推荐(0) 编辑