命令
ping <dest> &
导致 ping 进入后台。但是,它仍然将输出打印到终端。Ctrl-C 并没有阻止它,只是引入了一个新的提示。如何从终端停止它?
command-line
command-line ×1