How many pager command within mysql command line client?

How many pager command within mysql command line client?

am 25.08.2010 07:40:32 von yueliangdao0608

--000e0cd1ff00efeb65048e9f51e1
Content-Type: text/plain; charset=UTF-8

Hi.
For example, entering mysql command line client,
mysql> pager more ( or pager md5sum and so on.)

I want to know how many command the 'pager' follows? Any reply will be
big appreciated.

--000e0cd1ff00efeb65048e9f51e1--

Re: How many pager command within mysql command line client?

am 25.08.2010 08:26:10 von yueliangdao0608

--00c09f8a545b22695c048e9ff55b
Content-Type: text/plain; charset=UTF-8

I know, all the shell command can do this. Thanks.

2010/8/25 Moon's Father

> Hi.
> For example, entering mysql command line client,
> mysql> pager more ( or pager md5sum and so on.)
>
> I want to know how many command the 'pager' follows? Any reply will be
> big appreciated.
>

--00c09f8a545b22695c048e9ff55b--

Re: How many pager command within mysql command line client?

am 25.08.2010 22:44:45 von Dan Nelson

In the last episode (Aug 25), Moon's Father said:
> Hi.
> For example, entering mysql command line client,
> mysql> pager more ( or pager md5sum and so on.)
>
> I want to know how many command the 'pager' follows? Any reply will
> be big appreciated.

Any command can be used as a pager. Some commands are less useful than
others, though :)

PAGER set to 'cat -n'
mysql> select "hello";
1 +-------+
2 | hello |
3 +-------+
4 | hello |
5 +-------+
1 row in set (0.01 sec)

mysql> pager date
PAGER set to 'date'
mysql> select "hello";
Wed Aug 25 15:43:46 CDT 2010
1 row in set (0.00 sec)

mysql>


--
Dan Nelson
dnelson@allantgroup.com

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/mysql?unsub=gcdmg-mysql-2@m.gmane.org