shell終止卡住的 railsOctober 13, 2020我想終止在特定 port 上執行的 rails。 (我的筆電上跑著好幾個 rails 伺服器。) kill -9 $(lsof -i :3000|grep ruby|head -1|awk '{print $2}')