I am using sqlite3 on a machine where I can use tab completion (ie .read abc will autocomplete to .read abcdefghij.db. I would like to know how to enable this on my personal machine.
Both machines are ubuntu linux and the shell is bash. I am referring to autocompletion in the sqlite interactive prompt.
Originally posted on dba.