On Fri, Apr 03, 1998 at 09:00:33AM -0500, Ossama Othman wrote:
(..)
> However, it is possible that the pstree will be longer then the number of
> lines in an xterm of default size (24 lines).  What then?  We can always
> increase the size of the xterm but that wouldn't be a solution since there
> is still the potential to overrun the number of lines in the xterm if
> there are many processes.

You can do:

(while true; do pstree; sleep 5; done) &> pstree.tmp& tail -f pstree.tmp|less

Mirek


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to