This is a terminal independent way of enabling the blinking attribute. If it doesn't work then either you've mis-set your terminal type, it's not enabled in the terminal characteristics, or it's simply not supported:
tput blink
echo hello, world
tput sgr0
The `terminfo` database is well worth perusing (not bedtime reading, mind) to find semi-readable names for terminal escape code sequences.