标签: shell
我不知道。感谢帮助。 例如:
[ $test = 'some string' ] && echo 'yes' || echo 'no' [[ $test = 'some string' ]] && echo 'yes' || echo 'no'