Help with SQLite CLI using a pipe
Pipe the command to the STDIN of sqlite3. Available on Linux and macOS and in the git-bash on Windows.
echo .help | sqlite3
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
Pipe the command to the STDIN of sqlite3. Available on Linux and macOS and in the git-bash on Windows.
echo .help | sqlite3