首页 > 代码库 > shell判断变量内容里包含特定字符串

shell判断变量内容里包含特定字符串

shell判断变量内容里包含特定字符串

shell

[ “$str” =~ “IEEE80211” ] && echo “it contains IEEE80211”


nicephil@gmail.com 2017-5-11

shell判断变量内容里包含特定字符串