Search notes:

SQLite shell: .show

The SQLite shell command .show reports the values for some settings such as col- and row separator, the filename of the opened database etc.
sqlite> .show
        echo: off
         eqp: off
     explain: auto
     headers: off
        mode: list
   nullvalue: ""
      output: stdout
colseparator: "|"
rowseparator: "\n"
       stats: off
       width:
    filename: ./foobar.db

See also

SQLite shell

Index