ssoouurrccee -- rruunnss aa ssccrriipptt ffiillee UUSSAAGGEE source DDEESSCCRRIIPPTTIIOONN This command interprets the contents of the specified file as a text script. If an error occurs while the script is running, source will return immediately with an error code. Otherwise the return value is the return value of the last command in the file. The current working directory will be changed to the directory containing the script file while the script is executing. This allows script files to contain relative references to other files. You can learn more about using scripts in the "_S_c_r_i_p_t_ _F_i_l_e_s" manual page. EEXXAAMMPPLLEESS To run the script file "init.in": lens> source init.in SSEEEE AALLSSOO _r_e_t_u_r_n, _e_v_a_l --------------------------------------------------------------------------- Last modified: Mon Jun 8.34:25:46 EDT 1998