Help for this page
if ( grep /$Check /i, <FILE> )
if ( grep -w "$Check", <FILE> ) if ( grep -o "$Check", <FILE> )