Xóa mô tả / thông tin khi bắt đầu quãng tám


0

Mỗi khi tôi chạy quãng tám, mô tả / thông tin sau sẽ hiển thị trên màn hình, dù sao thì những điều sau đây không xuất hiện ..

{

GNU Octave, version 3.8.1
Copyright (C) 2014 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-unknown-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'.

}

PS: Tôi cũng đã thêm 'clc' vào tệp octaverc, nhưng thông tin vẫn hiển thị trong vài giây và nó làm phiền tôi.

Câu trả lời:


0

từ trợ giúp dòng lệnh

$ octave --help
....
 --silent, --quiet, -q   Don't print message at startup.

và như vậy

$ octave -q
octave:1>
Khi sử dụng trang web của chúng tôi, bạn xác nhận rằng bạn đã đọc và hiểu Chính sách cookieChính sách bảo mật của chúng tôi.
Licensed under cc by-sa 3.0 with attribution required.