GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
RLESPLIT(1) FreeBSD General Commands Manual RLESPLIT(1)

rlesplit - split a file of concatenated RLE images into separate image files

rlesplit [ -n number [ digits ] ] [ -o prefix ] [ infile ]

This program will split a file containing a concatenated sequence of RLE(5) images into separate files, each containing a single image. The output file names will be constructed from the input file name or a specified prefix, and a sequence number. If an input infile is specified, then the output file names will be in the form "rlefileroot.#.rle", where rlefileroot is infile with any ".rle" suffix stripped off. If the option -o prefix is specified, then the output file names will be of the form "prefix.#.rle". If neither option is given, then the output file names will be in the form "#.rle". Input will be read from infile if specified, from standard input, otherwise. File names will be printed on the standard error output as they are generated.

The option -n 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).

rleselect(1), urt(1), RLE(5).

Spencer W. Thomas

May 12, 1987 4th Berkeley Distribution

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.