cat $filename | sed 's/^Hello//'
if [$? -ne 0] then print "error"

What will the above do?