To retry a command in Bash, you can use a while loop. ... -eq 0 ]; then # The command was successful success=true else # The command was not ...
確定! 回上一頁