[MonetDB-users] Pager in mclient?
From man page, it looks like I should be able to pipe the output of a command through less. But I can't figure out the syntax.
For example: sql>\|less \d mytable sql> Can I do this? If so, is there a way to set it up so this always happens? This is candidate release from November 2009. Thanks, Mark
On 2010-02-11 16:54, Mark Bucciarelli wrote:
From man page, it looks like I should be able to pipe the output of a command through less. But I can't figure out the syntax.
For example:
sql>\|less \d mytable sql>
Can I do this?
sql>\|less sql>\d mytable sql>\| The last lines resets paging so that subsequent commands are not paged.
If so, is there a way to set it up so this always happens?
You can start mclient with mclient --pager=less ...
This is candidate release from November 2009.
Thanks,
Mark
------------------------------------------------------------------------------ SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW http://p.sf.net/sfu/solaris-dev2dev _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
-- Sjoerd Mullender
participants (2)
-
Mark Bucciarelli
-
Sjoerd Mullender