Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8722057
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T07:19:33+00:00 2026-06-13T07:19:33+00:00

I am using the sqlite3 command-line programme on Ubuntu. I’d like to see its

  • 0

I am using the sqlite3 command-line programme on Ubuntu.

I’d like to see its output paginated on the screen.

So for example, I’d start it like so :

 # sqlite3
 SQLite version 3.6.22
 Enter ".help" for instructions
 Enter SQL statements terminated with a ";"
 sqlite> _

Then, at the sqlite prompt, if I type .help:

 sqlite> .help

I see a long ‘page’ of help info, which comes to rest showing the final few lines on the screen.

I am not a fast reader and so cannot read all that info in just a few milliseconds.

So, how do I ensure that I only see a screenful at a time?

In normal command line parlance this could be piped to | less or | more but, that does not seem to work within this sqlite interactive shell.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T07:19:34+00:00Added an answer on June 13, 2026 at 7:19 am

    It does not seem to have something built-in. However, you can use Cntrl+PgUp and Cntrl+PgDn to move up and down from different pages in a terminal (in Ubuntu is gnome-terminal by default, so that should work).

    Also, you can call commands from the shell, like in:

    $ echo .help | sqlite3 2>&1 | more
    

    sqlite3 prints the output in stderr, therefore the redirection 2>&1. For SQL commands, you can use:

    $ sqlite3 my.db "select * from my_table;" | more
    

    And so on.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm learning SQL (using SQLite 3 and its sqlite3 command-line tool) and I've noticed
in sqlite3 using the command line, if I want to enter something very approximate
Using sqlite3, if my query is SELECT * FROM table WHERE title LIKE '%x%'
Using sqlite3, I have a table that looks like this: +---------+-----------------+----------+-----------+--------+ | ArtId |
I have an app using SQLite3. It's running pretty well, but I would like
This is actually 2 questions... Background: After using the command line in MySQL for
I am trying to send a query to SQLite from the command line using
I've prototyped a command line application for quick note-taking using Python and argparse .
Using sqlite3, I have two tables: products, orders. I want to know how many
I am using SQLite3 for development and PostgreSQL for deployment. However, I am facing

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.