Re: turn off history
Tomas Hlavaty <[email protected]> Wed, 27 Jul 2022 20:02:13 +0200
| Newsgroups | gmane.comp.lang.forth.gforth |
|---|---|
| Message-ID | <[email protected]> |
On Wed 27 Jul 2022 at 13:00, Bernd Paysan <[email protected]> wrote: > Am Dienstag, 26. Juli 2022, 21:12:28 CEST schrieb Tomas Hlavaty: >> is there a way to turn off history so that a script or server does not >> open the history-file at all? > > If you supply a nonexisting file or a file, which can't be created for lack of > permissions in the respective directory with GFORTHHIST, it will try to open > it, but failing so, not have a history. thanks, this works: GFORTHHIST=/no-history gforth server.fs