Hello, I want to load some 100000 values into octave using an internal script like #!/bin/sh octave << EOF a = load filename ... EOF This make octave to print all the 100000 values to the screen. This is very disappointing and slow. Is there any way to make a quiet data input using "load" or something else? Thanks.