On Thu, Jun 26, 2003 at 08:07:48AM -0400, David Bush wrote:
> I run the following query:
> 
> select * from xxxxxxxxx where xxxxxxxxx  like 'xxxxx/%' ;
> 
> I would like the result of this query to go to a file or pause at the end of the 
> screen so that I can view each page.  Any help would be appreciated.

mysql> pager /usr/bin/less
mysql> tee somefile.log

I guess this is documented somewhere, or try:

mysql> help


Regards,

Fred.

-- 
Fred van Engen                              XB Networks B.V.
email: [EMAIL PROTECTED]                Televisieweg 2
tel: +31 36 5462400                         1322 AC  Almere
fax: +31 36 5462424                         The Netherlands

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

Reply via email to