copy (1) --- copy standard input to standard output 02/22/82 _U_s_a_g_e copy _D_e_s_c_r_i_p_t_i_o_n 'Copy' is Kernighan and Plauger's copy command from chapter two of _S_o_f_t_w_a_r_e _T_o_o_l_s. It simply copies its standard input to its standard output until end-of-file. _E_x_a_m_p_l_e_s file1> copy >file2 list_file> copy copy >data copy _S_e_e _A_l_s_o cat (1), cp (1), print (1), fcopy (2) copy (1) - 1 - copy (1)