ICL is started from a Unix shell by a command of the form:
% icl [ICL_options] [command_filenames...]Where:
).
A file extension of .icl is assumed if no extension is specified.
All filenames must appear after any ICL options.
This will be the normal invocation. Only defined ICL login files will be loaded before the ICL prompt is output.% icl
which would set the value of the ICL option -io to test_io and the ICL command files comfile1.icl and comfile2.icl would be automatically loaded into ICL (after any defined ICL login files) before the ICL prompt was output.% icl -io test_io comfile1 comfile2
ADAM