Linux下獲取pid並殺死進程

kill -9 `ps -ef |grep java  |grep btb-platform-1.0-SNAPSHOT.jar | awk '{print $2}'`
相關文章
相關標籤/搜索