.echo — Turn command echoing on or off
.echo switch
switch
The .echo command turns the SQL command echoing on or off. If set to on, any SQL commands will be printed before being executed. This is most useful for noninteractive sessions.
.echo
The default is off.