>>>>> "Volker" == Volker van Nek <volkervannek at gmail.com> writes:
Volker> A possible solution might be to redirect the shell messages into a file.
Volker> (%i1) system("ls > tmp_file");
Volker> (%o1) 0
Volker> (%i2) printfile("tmp_file");
Volker> Aribas
Volker> Bilder
As a workaround, this is fine, but I think we should do something
better than this if we really want to make it available.. :-) It's ok
if we do this internally, of course.
Ray