SQLite Forum

Sending output to a pipe
Login
> I imagine others might expect the same behaviour I did, though, so perhaps it could deserve a mention in the documentation.

What shall the documentation say?


`$ sqlite3 mydatabase.db | less` This doesn't wait for me to enter some commands before running `less`. Is this a problem with SQLite?