View Single Post
JosefA's Avatar
Posts: 71 | Thanked: 54 times | Joined on Oct 2009
#6
PHP Code:
#!/bin/bash

my="abcd"

if [[ $my = *bc* ]]
then
        
echo "Ok"
else
        echo 
"Not ok"
fi 
__________________
$HOME - On special days, this sig will contain a hidden Andalusian Video Snail. Today is not such a day.