Bash – Check if variable is set. To check if a variable is set in Bash Scripting, use-v var or-z ${var} as an expression with if command.
確定! 回上一頁