trap no_ctrlc SIGINT while true do echo Sleeping sleep 10 done. If you run that and type Ctrl-C three times, you'll get the following output ...
確定! 回上一頁