kill 已啟動的程式

KeepSmiling_me發表於2024-10-12
ps -ef | awk 'superset/ && ! /awk/{print $2}'  | xargs kill -9

相關文章