注册 登录
EETOP 创芯网论坛 (原名:电子顶级开发网) 返回首页

wukercheng的个人空间 https://blog.eetop.cn/?122094 [收藏] [复制] [分享] [RSS]

日志

stop

已有 663 次阅读2011-9-14 13:33

stop ()
{
    /bin/ps > ./tfile
    t=`/bin/grep "$1" ./tfile`
    pid=`echo $t | /usr/bin/awk '{print $1}'`
    if [ -z $pid ]
    then
        echo null > /dev/null
    else
        /bin/kill -9 $pid
        /bin/sleep 2
    fi
    echo $pid
    rm ./tfile
}

点赞

全部作者的其他最新日志

评论 (0 个评论)

facelist

您需要登录后才可以评论 登录 | 注册

关闭

站长推荐上一条 /1 下一条

论坛正在升级!预计22:00左右完毕,期间只能浏览和下载,不可注册和发帖

QQ|小黑屋|手机版|关于我们|联系我们|隐私声明|EETOP 创芯网 ( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2025-8-2 18:05 , Processed in 0.007845 second(s), 6 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

返回顶部