vi command - replace

Hi,

  Given a long text file. How can I replace all full stops-[.] with semicolon [;]

thanks,
tictactoe

In command mode:

:%s/\./;/g