1. [单选题]在Shell变量引用操作符可实现字符串替换其中()用来测试如果变量stra存在且不为空,则返回为word,否则返回为空串
A. ${stra:-word}
B. ${stra:=word}
C. ${stra:+word}
D. ${stra:?word}
2. [单选题]调用exec函数会将原来设置为要捕获的信号都更改为()
A. 默认
B. 忽略
C. 另一捕获
D. 默认或忽略
查看答案&解析查看所有试题
本文链接:https://www.51ksbd.net/show/7dxk59.html