Questions tagged [pager]
The pager tag has no usage guidance.
19
questions
55
votes
3
answers
104k
views
How do I exit the systemctl status command's output? [duplicate]
How does one go about getting the command line prompt back after using the systemctl status command? The command appears to succeed as it displays the status information of the requested service. ...
28
votes
2
answers
20k
views
What is the default PAGER used by man pages?
What is the default PAGER used by man pages.
I,e what is the program runs the man pages?
It look some like more or less. I'm sure it's not more since more doesn't support reverse backward.
14
votes
3
answers
16k
views
After viewing logs with journalctl, how do I exit the screen that says "lines 1-2/2 (END)"?
When you use the command journalctl -p err -b for example, you get an answer that ends with "END". What command do I use to end this and get the opportunity to enter the next command without having to ...
12
votes
1
answer
12k
views
Set PostgreSQL pager to less?
I'm trying to get my psql pager output to look nicer.
I've added the following to my ~/.bashrc
export PAGER='less -S'
And I've added these line to my ~/.psqlrc
\x auto
\pset pager on
\setenv ...
8
votes
1
answer
1k
views
man <command> doesn't display anything after package installation with conda on Ubuntu 17.10
When I try to get the manpages with man it seems to display nothing and behaves as though I just pressed enter
~$ man ls
~$ man man
I have tried solutions from these pages to no avail
question1 ...
5
votes
3
answers
1k
views
How to change manpage pager
I am running Ubuntu GNOME 15.04 with GNOME 3.16 and my current default pager for man is less (I think), but I would like to change it to something else like more, does anyone know how this could be ...
5
votes
1
answer
500
views
All manpages broken
I can't use manpages. The manpages don't display anything. Looks like an empty vi file every time.
I tried reinstalling man-db and reinstalling perl. It didn't work. It seems that my man database is ...
4
votes
1
answer
762
views
No output from some paginated commands (man, git log)
Something has gone wrong with both the man and git log commands on my Ubuntu system over the holidays. Neither produce any output, and I have no clues as to what the issue is, bar that they both ...
3
votes
1
answer
559
views
colors of bold section in man pages
After upgrade to 16.04 I hit the issue with colors of some sections in man pages e.g. color of bold is black and when I read man pages in terminal with black background there is no possibility to see ...
3
votes
2
answers
2k
views
How to open a new terminal, execute a process in that terminal and pipe to the process?
What I'd like to do basically is a new-window version of less. Long ago there was a tool called gless which did exactly that. For example
cat my_very_long_file | gless
would open a new window and ...
1
vote
1
answer
134
views
Ubuntu Server, How to read information after entering a command
How can I pause when I enter a command so that I can read the output, the way man [command] does?
For example if I enter
samba-tool drs showrepl
I can't read all the information at the beginning ...
1
vote
3
answers
338
views
What is the PAGER used by info pages?
When typing the command info you get a long output with header as:
File: dir, Node: Top This is the top of the INFO tree
This (the Directory node) gives a menu of major topics.
Typing ...
1
vote
1
answer
834
views
more or less pager - how to quit [duplicate]
Idiotic question of the day
On Ubuntu 12.04 server console, I've run an apt-get update followed by an apt-get upgrade
Everything was going swimmingly; when it got to MySQL, it warned me it was about ...
1
vote
1
answer
159
views
How to set Vi key bindings for man pages
How can I set J/K keys to go up and down in manpages?
In less the keys work, but for some reason, manpages have configured J to be used for go to line. So when I accidentally press J, I am always ...
1
vote
1
answer
362
views
System V "pg" command
I am an old System V guy, and I finally got around to setting up a Linux box, using Ubuntu, of course. One of the first things I noticed was missing is the "pg" command. The web tells me ...
1
vote
2
answers
115
views
Fastest editor/pager for text search
I have a 4.6GB text file that I need to search through.
Surprisingly grep is fairly fast, but I need to be able to scroll around the file after searching for specific text.
Less would normally be ...
0
votes
1
answer
25
views
Which pager opens when we view man in terminal? [duplicate]
As we know, there are multiple pagers available like less, more, etc. So, I was wondering which pager opens when we view the manual of any command using:
man command
I do believe that it’s less, but ...
0
votes
0
answers
197
views
sudo is required to view manpages when using most as the pager
I've installed most to be used as the default pager to view the man pages. most is exported as the PAGER in .bashrc. When I run a command like man grep I get the following error:
man: can't execute “...
0
votes
0
answers
85
views
Why are man pages not filling all the space in the terminal?
When I run man in xterm on Ubuntu 14.04 it looks like this:
The lines are wrapped without filling the terminal width. Why?