http://en.wikipedia.org/wiki/Bash_%28Unix_shell%29”rel=“noreferer”>Bash (使用Ubuntu:
#!/bin/bash
s1="hi"
s2="hi"
if ["$s1" == "$s2"]
then
echo match
fi
I ve Trial various forms of the if
statement, using [[s1” = “$s2”]
, with and without quotes, using
=
,=
and -eq
/code>, but I still have below:
[i:没有发现指挥
我审视了各个地点和辅导,并抄录了这些网站,但是,这确实是徒劳的——我做了什么错?
最后,我要说,<代码>1包含$2
,以便我能如何做到这一点?
我只是做了以下工作: 我怎么说?
审判
if [[ "$s1" == "*$s2*" ]]
但它没有工作。