Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コマンドkill $$は現在の bash を強制終了する必要がありますが、機能しないようです。
kill $$
$ ps -p $$ PID TTY TIME CMD 18179 pts/4 00:00:00 bash $ kill $$ $ ps -p $$ PID TTY TIME CMD 18179 pts/4 00:00:00 bash
なんで?