set -n : Read commands but do not execute them. This may be used to check a shell script for syntax errors. #!/bin/bash ### Turn on debug mode ### set -x ...
確定! 回上一頁