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

rleaddcom - add picture comments to an RLE file.

rleaddcom [ -d ] [ -i ] [ -o outfile ] infile comments

The rleaddcom program will add one or more comments to an RLE(5) file. If infile is "-", it will read from the standard input. The modified RLE(5) file is written to the standard output if the -o outfile option is not given. All remaining arguments on the command line are taken as comments. Comments are nominally of the form name=value or name. Any comment already in the file with the same name will be replaced.

-d
Will cause matching comments to be deleted, no comments will be added in this case.
-i
"In place." The input file will be rewritten with the added comments. This argument requires write permission to the directory containing infile, but does not require write permission for infile. Of the special file name cases described in urt(1), only compressed files may be updated in place. (It doesn't make sense to update the output of a pipe "in place", does it?)

If -o outfile is specified together with -i, then outfile will not be modified until rleaddcom has finished (this is similar to the way that into(1) works).

into(1), rlehdr(1), urt(1), RLE(5).

Spencer W. Thomas, University of Utah
2/2/87 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.