====== kill ====== ===== grep통해 PID 값을 추출하여 kill하기 ===== ps -ef | grep 검색어 | awk '{print $2}' | xargs kill -9