ลบคำอธิบาย / ข้อมูลเมื่อเริ่มออกเทฟ


0

ทุกครั้งที่ฉันเรียกใช้ระดับแปดเสียงจะมีคำอธิบาย / ข้อมูลต่อไปนี้ปรากฏขึ้นบนหน้าจอ

{

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: ฉันยังเพิ่ม 'clc' ไปยังไฟล์ octaverc แต่ข้อมูลยังคงปรากฏขึ้นสำหรับบางเสี้ยววินาทีและมันทำให้ฉันรำคาญ

คำตอบ:


0

จากวิธีใช้บรรทัดคำสั่ง

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

และอื่น ๆ

$ octave -q
octave:1>
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.