help-octave
[Top][All Lists]
Advanced

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

"octave -q script.m > a_file" creates an extra character


From: Alexandros Droseltis
Subject: "octave -q script.m > a_file" creates an extra character
Date: Sat, 11 Jul 2009 15:25:25 +0200
User-agent: Mutt/1.5.17 (2007-11-01)

Hello!

[Using octave 3.0.0 on linux]

I have the following problem. Consider the file script.m with the
content:

#################
1;

printf("A line");
#################

After typing

        octave -q script.m > a_file

in the command line and viewing the file "a_file" _with an editor_, a
strange string appears at the beginning of the file:

^[[?1034hA line

Why does this happen and how could I get rid of this? I would be
grateful for any help.

Best Regards

Alexandros


reply via email to

[Prev in Thread] Current Thread [Next in Thread]