Check if a variable is set in Bash or not script on Linux or macOS/Unix: portable version: [ -z ${VAR+y} ] && echo "\${VAR} not defined" ...
確定! 回上一頁