🌈 搜索
📅  最后修改于: 2022-03-11 14:58:07.754000             🧑  作者: Mango
string='My long string' if [[ $string == *"My long"* ]]; then echo "It's there!" fi