drop (1) --- drop characters from a string (APL-style) 03/20/80 _U_s_a_g_e drop ( | - ) _D_e_s_c_r_i_p_t_i_o_n 'Drop' performs the function of the APL dyadic drop operator. The absolute value of the first argument is the number of characters to be dropped. If the number is positive, they are dropped from the front of the string; if negative, they are dropped from the end of the string. The result is printed on standard output one. If more characters are dropped than exist in the string, a null string is printed. _E_x_a_m_p_l_e_s drop 2 [filename] cat [drop -2 source] _S_e_e _A_l_s_o take (1), substr (1), stake (2), sdrop (2), substr (2) drop (1) - 1 - drop (1)