bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-apl] Is there a way of having a session log?


From: Juergen Sauermann
Subject: Re: [Bug-apl] Is there a way of having a session log?
Date: Mon, 28 Apr 2014 17:56:15 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130330 Thunderbird/17.0.5

Hi Thomas,

a log of the input (without the responses from APL) is contained in the .apl.history file created by readline (length and position settable in the preferences file).

For a mix of input and output you could use eg. xterm logging facility (CTRL-left-mouse-button and select "Log to file") or simply pipe into tee (with ]COLOR OFF) in the shell:

apl | tee logfile

/// Jürgen


On 04/28/2014 05:18 PM, address@hidden wrote:

On 04/28/2014 05:18 PM, address@hidden wrote:

Hi, a nice thing in many interpreters of various languages or mathematical 
software
is the ability of enabling/disabling a raw/text log of the current session; is 
it
possible with GNU APL? I think it would be easy to implement if itsn't already 
the
case. Regards,





reply via email to

[Prev in Thread] Current Thread [Next in Thread]