#!/bin/sh #my=`/sbin/ifconfig usb0` my="abcd" if [ "$my" == *bc* ] then echo "Ok" else echo "Not ok" fi