forget (1) --- destroy shell variables 03/20/80 _U_s_a_g_e forget { } _D_e_s_c_r_i_p_t_i_o_n 'Forget' is used to destroy shell variables that were created by 'declare' or 'set'. The arguments supplied must be names of shell variables that are active at the current lexical level. The named variables will be removed from the command interpreter's symbol table. Note that it is not necessary to explicitly destroy shell variables that are declared local to a command file; when the execution of the command file is completed, they will be destroyed automatically. _E_x_a_m_p_l_e_s forget name address telephone_number forget face _S_e_e _A_l_s_o declare (1), set (1), vars (1), save (1), _U_s_e_r_'_s _G_u_i_d_e _f_o_r _t_h_e _S_o_f_t_w_a_r_e _T_o_o_l_s _S_u_b_s_y_s_t_e_m _C_o_m_m_a_n_d _I_n_t_e_r_p_r_e_t_e_r forget (1) - 1 - forget (1)