cpttext (1) Linux Manual Page
cpttext – print text coloured by a GMT colour palette table (cpt) file.
Synopsis
- cpttext [-h] [-H] [-t
text] [-v] [-V] [file]
Description
The program will read the cpt file from stdin if a file is not specified as the final argument, and writes to stdout.
Options
-h, –help- Brief help.
-H, –html
- Output in HTML format (the default, so this switch is redundant).
-t, –text string
- The text to print, which should be quoted if containing whitespace.
-v, –verbose
- Verbose operation.
-V, –version
- Version information.
Example
Colour some Lorem ipsum text in HTML:cpttext -H -t "Lorem ipsum dolor sit amet" test.cpt
