raid (3) --- examine bug reports 01/15/83 _U_s_a_g_e | raid [-(a | p)] _D_e_s_c_r_i_p_t_i_o_n 'Raid' allows a user to examine bug reports submitted with the 'bug' command. 'Raid' expects to find a variable named 'lastbug' in the global environment (you can create it by entering "set lastbug = 0") containing the number of the last bug report examined. If the "-a" option is present, 'raid' prints all bug reports; otherwise it prints only those reports that have not been seen. If the "-p" option is present, 'raid' spools the bug for printing; otherwise, they are displayed on the terminal with 'pg'. If you wish to be notified of new bug reports as they occurs, place the following command in your "_hello" variable, or in a shell program that is executed by "_hello" variable: if [eval lastbug < [=ebin=/bugn]] echo "You have bugs." fi _E_x_a_m_p_l_e_s raid raid -ap _F_i_l_e_s =bug=/r??? for storage of the bug report =bug=/s??? for storage of the user's environment at the time the bug was reported _M_e_s_s_a_g_e_s "Usage: raid ..." for improper command syntax _S_e_e _A_l_s_o bug (3) raid (3) - 1 - raid (3)