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: Elias Mårtenson
Subject: Re: [Bug-apl] Is there a way of having a session log?
Date: Mon, 28 Apr 2014 23:57:50 +0800

Also, keep in mind the "script" command that allows you to log anything from an interactive session.

(or, of course... E.... nah. Won't say it).

Regards,
Elias


On 28 April 2014 23:56, Juergen Sauermann <address@hidden> wrote:
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]