【名词&注释】
操作符(operator)、子目录(subdirectory)、字符串替换(character-replacement)、文件系统类型、主目录(master catalog)
[单选题]在Shell变量引用操作符可实现字符串替换其中()用来测试,如果变量stra存在,则返回为变量stra的值,否则输出为word,并退出当前脚本程序
A. ${stra-word}
B. ${stra=word}
C. ${stra:+word}
D. ${stra:?word}