2013年8月28日

svn自动发用户名密码到邮件(明文密码)

摘要: #!/bin/shtouch testlistcat /dev/null > testlistgrep "=" passwd |grep -v "#"|grep -v "admin" > testlistcat testlist |tr -s [:space:] > list.confrm -rf testlistuser_list=`grep "=" list.conf |awk -F'=' '{print $1}'`for i in $user_list; do 阅读全文

posted @ 2013-08-28 12:39 wangbokun 阅读(305) 评论(0) 推荐(0) 编辑

linux 自动发邮件

摘要: echo "what?" |mail -s "svn" test@xx.com 阅读全文

posted @ 2013-08-28 10:24 wangbokun 阅读(143) 评论(0) 推荐(0) 编辑

导航