> -----Original Message-----
> From: John Kebbel [mailto:[EMAIL PROTECTED]
> Sent: Thursday, May 03, 2007 7:34 AM
> To: MySQL
> Subject: Less | More
>
> Is there a mysql command line equivalent to | less or | more to make it
> easier to scan rows one screen at a time?

I have the command:

    pager="less -n -S"

in my ".my.cnf" file.  Works like a charm.  The "-S" prevents line wrapping, 
and the "-n" is a speed hack IIRC.

JT




INFORMATION IN THIS MESSAGE, INCLUDING ANY ATTACHMENTS, IS INTENDED FOR THE 
PERSONAL AND CONFIDENTIAL USE OF THE INTENDED RECIPIENT(S) NAMED ABOVE. If you 
are not an intended recipient of this message, or an agent responsible for 
delivering it to an intended recipient, you are hereby notified that you have 
received this message in error, and that any review, dissemination, 
distribution, or copying of this message is strictly prohibited. If you 
received this message in error, please notify the sender immediately, delete 
the message, and return any hard copy print-outs.

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to