1 2 3
#!/bin/bashps -ef | grep talkonline| grep -v grep | awk '{print $2}' | xargs kill -9 >/dev/null 2>&1 &echo stop