[scilab-Users] How can I copy the output of scilab (scilab 4.1.2 on linux)

Sylvestre Ledru sylvestre.ledru at inria.fr
Mon Oct 27 21:24:26 CET 2008


Le lundi 27 octobre 2008 à 19:53 +0100, remjg at free.fr a écrit :
> Hello!
> 
> I need to copy the output of a script (.sce) I've made but I can't copy from the
> scilab main window (scilex).
> I'm using Scilab 4.1.2 on linux!
Depends what you want to do but you can do:
scilab -nw -f your-great-script.sce 2>&1 > your-file.log

Sylvestre





More information about the users mailing list