It will crash your script with an error if the variable is not set. [code]#!/bin/sh DOG="dog" HORSE="horse" echo "${DOG:?}" echo "${CAT}" echo "${BIRD:?}
確定! 回上一頁