Am 01.10.2020 um 13:55 schrieb Riccardo (Jack) Lucchetti:
On Thu, 1 Oct 2020, Sven Schreiber wrote:
>
> I _think_ it should be enough the replace the "&" with the
corresponding
> xml code: "&" (without the quotes). Then save the file and gzip
the
> whole previously extracted folder again into a .gretl archive file; try
> to reload with gretl.
Since you're on Linux, you may find this little bash script helpful:
...
sed $f -i -e 's/&/&/g'
I'm barely literate in bash or sed, I hope this doesn't replace the &
character in an already-escaped & sequence!
thanks
sven