svdump (2) --- dump the contents of the shell variable common 05/27/83 | _C_a_l_l_i_n_g _I_n_f_o_r_m_a_t_i_o_n | subroutine svdump (fd) | file_des fd | Library: vshlib (shell routine library) | _F_u_n_c_t_i_o_n | 'Svdump' outputs all internal shell variable information at | all lexic levels on the open file descriptor 'fd'. | _I_m_p_l_e_m_e_n_t_a_t_i_o_n | 'Svdump' scans the hash table for each lexic level from the | first level to the current level and prints the hash chains | (including the variable names, values, and locations) in the | internal shell variable array. | _A_r_g_u_m_e_n_t_s _M_o_d_i_f_i_e_d | none | _C_a_l_l_s | print | _S_e_e _A_l_s_o | other sv?* routines (2) svdump (2) - 1 - svdump (2)