2013. 6. 14.

Kill specified process list

kill `ps aux | grep keyword| grep -v grep | awk '{print $2}'`

# check keyword and kill processes by pid from awk

댓글 없음:

댓글 쓰기