Max Alekseyev on Sun, 18 Sep 2011 21:14:05 +0200


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

Re: Writing to files


On Sun, Sep 18, 2011 at 9:44 PM, ralph newman <ralphnewman46@hotmail.com> wrote:
> When I try to write to a file using 'write', I get an error: error opening
> file. I wanted to write output from a PARI session to a file.

For this purpose it's simpler to use a log file. Logging can be turned
on with the command like:

\l logfile.txt

Regards,
Max