`
oyc56oyc
  • 浏览: 10420 次
社区版块
存档分类
最新评论
文章列表

shell小结(10)

shell小结(10) 2011年07月01日   #!/bin/bash #set -x typeset logfile=kill.log typeset -i count=0 typeset user=`whoami` typeset -a PIDS function doKill { while : do p1=`ps -fu $user |grep 'httpPort=' | grep -v 'grep' | awk '{print $2}'` p2=`ps -fu $user |grep 'tee' | grep -v 'grep' | awk '{print $2}'` p3=`p ...
Global site tag (gtag.js) - Google Analytics