Is there a way to run Ferret in genuine batch mode?
ferret < my_ferret_script.jnland also redirect output
ferret < my_ferret_script.jnl > script_output.txtYou can also place commands to ferret within a shell script,
ferret << STOP plot/i=1:10 i list/i=1:10 i*3 STOPIn short, ferret can be treated as other executables, redirecting input and its output.
Last modified: Wed Nov 6 14:56:48 PST 1996