“[]”和“[[]]之间的区别是什么?

时间:2012-03-27 02:45:37

标签: shell

我不知道。感谢帮助。 例如:

[ $test = 'some string' ] && echo 'yes' || echo 'no'


[[ $test = 'some string' ]] && echo 'yes' || echo 'no'

0 个答案:

没有答案