Package: sqlite3 Version: 3.19.3-1 Severity: wishlist File: /usr/share/man/man1/sqlite3.1.gz
On the man page mention the separator for the dot commands. (Not ";".) sqlite3 $HOME/.config/epiphany/cookies.sqlite .dump|wc 249 1008 36348 sqlite3 $HOME/.config/epiphany/cookies.sqlite `echo -e .dump\\\\n.dump`|wc 498 2016 72696 sqlite3 $HOME/.config/epiphany/cookies.sqlite $(echo -e .dump\\n.dump)|wc 498 2016 72696 sqlite3 $HOME/.config/epiphany/cookies.sqlite $(echo -e .dump\\\\n.dump)|wc Error: unknown command or invalid arguments: "dump .dump". Enter ".help" for help 0 0 0 And by the way, there is a bug in the final error message. Error: unknown command or invalid arguments: "dump SHOULD BE: Error: unknown command or invalid arguments: ".dump