消除八度起始文本

Eliminating Octave starting text

当 Octave 启动时,它打印出

GNU Octave, version 4.2.1 Copyright (C) 2017 John W. Eaton and others. This is free software; see the source code for copying conditions. There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, type 'warranty'.

Octave was configured for "x86_64-pc-linux-gnu".

Additional information about Octave is available at http://www.octave.org.

Please contribute if you find this software useful. For more information, visit http://www.octave.org/get-involved.html

Read http://www.octave.org/bugs.html to learn how to submit bug reports. For information about changes from previous versions, type 'news'.

有没有办法关闭此打印输出?不用每次启动Octave都看。

使用安静选项,像这样:

$ octave --quiet
octave-4.3.0+>

来自手册中的command line options section

--silent --quiet -q

Don’t print the usual greeting and version message at startup.