Running sh -c "…" runs the string as a bash command and returns the result. Then the shell value $? is the numerical status of the exit code ...
確定! 回上一頁