Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 87 Bytes

linux.md

File metadata and controls

2 lines (2 loc) · 87 Bytes

kill process with name sim

ps -ef| grep sim | awk '{print $2}' | xargs kill -9