home *** CD-ROM | disk | FTP | other *** search
-
-
-
- RLESPLIT(1) RLESPLIT(1)
-
-
- NNAAMMEE
- rlesplit - split a file of concatenated RLE images into
- separate image files
-
- SSYYNNOOPPSSIISS
- rrlleesspplliitt [ --nn _n_u_m_b_e_r [ _d_i_g_i_t_s ] ] [ --oo _p_r_e_f_i_x ] [ _i_n_f_i_l_e ]
-
- DDEESSCCRRIIPPTTIIOONN
- This program will split a file containing a concatenated
- sequence of _R_L_E(5) images into separate files, each con
- taining a single image. The output file names will be
- constructed from the input file name or a specified pre
- fix, and a sequence number. If an input _i_n_f_i_l_e is speci
- fied, then the output file names will be in the form
- "_r_l_e_f_i_l_e_r_o_o_t._#.rle", where _r_l_e_f_i_l_e_r_o_o_t is _i_n_f_i_l_e with any
- ".rle" suffix stripped off. If the option --oo _p_r_e_f_i_x is
- specified, then the output file names will be of the form
- "_p_r_e_f_i_x._#.rle". If neither option is given, then the out
- put file names will be in the form "_#.rle". Input will be
- read from _i_n_f_i_l_e if specified, from standard input, other
- wise. File names will be printed on the standard error
- output as they are generated.
-
- The option --nn allows specification of an initial sequence
- number, and optionally the number of digits used for the
- sequence number. By default, numbering starts at 1, and
- numbers are printed with 3 digits (and leading zeros).
-
- SSEEEE AALLSSOO
- _r_l_e_s_e_l_e_c_t(1), _u_r_t(1), _R_L_E(5).
-
- AAUUTTHHOORR
- Spencer W. Thomas
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1 May 12, 1987 1
-
-
-