2014년 6월 30일 월요일

shell program 문자열 검색

string='My string';

if [[ $string == *My* ]]
then
  echo "It's there!";
fi

댓글 없음 :

댓글 쓰기