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
RLESELECT(1) FreeBSD General Commands Manual RLESELECT(1)

rleselect - Select images from an RLE file.

rleselect [ -i infile ] [ -o outfile ] [ -v ] [ image-numbers ... ]

This program selects images from an RLE(5) file containing multiple concatenated images. The selected images are specified by number; the first image in the file is number 1. A negative number in the image-numbers list means that all images from the previous number in the list to the absolute value of this number should be included. A zero in the list is taken as '-infinity', so that all images from the previous number to the last image in the file will be included. To try to clarify this, some examples are included below.

-i infile
The input will be read from this file. If infile is "-" or is not specified, the input will be read from the standard input stream.
-o outfile
If specified, the output will be written to this file. If outfile is "-", or if it is not specified, the output will be written to the standard output stream.
-v
Verbose output.

rleselect 1 4 5
Selects image 1, 4, and 5.
rleselect 4 1 5
Also selects image 1, 4, and 5.
rleselect 1 -4 5
Selects images 1 through 4 and 5 (i.e., 1 through 5).
rleselect 3 0
Selects images 3 through the last.
rleselect -4
Selects images 1 through 4.

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

Spencer W. Thomas
July 11, 1990 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.