#!/bin/sh; string="My long string"; function contain(); {; echo -e "\t[Info] Check '$1' contains '$2'?"; if [[ $1 == *"$2"* ]]; then ...
確定! 回上一頁