entab (1) --- convert multiple blanks to tabs 03/20/80 _U_s_a_g_e entab { -t | | + } _D_e_s_c_r_i_p_t_i_o_n 'Entab' converts multiple blanks on its first standard input into an equivalent number of blanks and tab characters on its first standard output. The tab character may be specified as an argument with the "-t " argument sequence; otherwise, the ASCII TAB (ctrl-i) is used. Any number of tab stops may be set by specifying the desired column numbers as arguments. If the + construct is used, stops will be set at intervals of columns, starting with the most recently set stop. Thus, the argument sequence 10 +5 would set stops in columns 10, 15, 20, etc. In the absence of any other specification, default stops are set in every fourth column, starting with column five. _E_x_a_m_p_l_e_s prog.f> entab 7 >compressed_prog.f term_paper> entab -t \ _M_e_s_s_a_g_e_s "Usage: entab ..." for incorrect arguments. _S_e_e _A_l_s_o detab (1) entab (1) - 1 - entab (1)