Complete.Org: Mailing Lists: Archives: discussion: November 1999:
[aclug-L] Re: bash question
Home

[aclug-L] Re: bash question

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: aclug-L@xxxxxxxxxxxx
Subject: [aclug-L] Re: bash question
From: Jonathan Hall <jonhall@xxxxxxxxxxxx>
Date: Sun, 28 Nov 1999 14:54:36 -0600
Reply-to: aclug-L@xxxxxxxxxxxx

man man

=)

Typically, hit 'q'.  It depends on your pager, though.  In Linux the default
pager is usually set to more or less.  You can find out by issuing the
command:


  echo $PAGER

It should respond with either 'more' or 'less'.  Less is the nicer of the
two (lets you scroll up nd down whereas more typically allows you only to
scroll down).  Either one, tho, can be exited by typing 'q'.

If less is not set as your pager, you may consider making it your pager by
editing your .profile (or .bash_profile) or /etc/profile to make the change
for all users on your system.  Put this line in the file:

  export PAGER=less



On Sun, Nov 28, 1999 at 12:14:48PM -0600, Ryan & Jen wrote:
> When a man page is invoked, how do a get back to the console I invoked the
> page from.  This is of course in the initial bash shell without any GUI.  At
> this point, I am going to tty2 and killing the process on tty1.
> Yes, newbie dimly lit wit question.  I am reading doc and find it very
> useful,  just thought I would cheat and ask the list.
> 
> rrupert@xxxxxxx
> 
> 
> 

-- 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  Jonathan Hall  *  jonhall@xxxxxxxxxxxx  *  PGP public key available
 Systems Admin, Future Internet Services; Goessel, KS * (316) 367-2487
         http://www.futureks.net  *  PGP Key ID: FE 00 FD 51
                  -=  Running Debian GNU/Linux  =-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ---

[Prev in Thread] Current Thread [Next in Thread]