[Asterisk-Users] Asterisk CLI | more

2006-01-05 Thread Tomislav Parcina
What is command when I wona to list something page by page in * CLI? 
Something that works like |less or |more.

Have a nice day!


-- 

Tomislav Parcina
[EMAIL PROTECTED]

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Asterisk CLI | more

2006-01-05 Thread Tzafrir Cohen
On Thu, Jan 05, 2006 at 02:59:34PM +0100, Tomislav Parcina wrote:
 What is command when I wona to list something page by page in * CLI? 
 Something that works like |less or |more.

Scroll back in your terminal? Use screen if your terminal is not capable
of that?

less /var/log/asterisk/messages ?
(tidbit from less's help: F (shift-f): Forward forever; like tail -f)

-- 
Tzafrir Cohen | [EMAIL PROTECTED] | VIM is
http://tzafrir.org.il |   | a Mutt's  
[EMAIL PROTECTED] |   |  best
ICQ# 16849755 |   | friend

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Asterisk CLI | more

2006-01-05 Thread Pete

If you're wanting to scroll through output from a CLI command, use:

asterisk -rx command | less

Tomislav Parcina wrote:

What is command when I wona to list something page by page in * CLI? 
Something that works like |less or |more.


Have a nice day!


 


___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users