Skip to content

Instantly share code, notes, and snippets.

@liuyix
Created August 13, 2014 09:36
Show Gist options
  • Save liuyix/5032ec8dfd2a0bf17597 to your computer and use it in GitHub Desktop.
Save liuyix/5032ec8dfd2a0bf17597 to your computer and use it in GitHub Desktop.
string='My string';
if [[ $string == *My* ]]
then
echo "It's there!";
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment