The best way to prompt for a confirmation to continue in a bash script is to use the read command (source): read -p "Are you sure? " -n 1 -r ...
確定! 回上一頁