cptcat (1) - Linux Manuals
cptcat: concatenate GMT colour palette tables.
NAME
cptcat - concatenate GMT colour palette tables.
SYNOPSIS
-
cptcat [-h] [-o
file] [-v] [-V] file...
DESCRIPTION
The background colour will be taken from that of the lower (or lowest) file, and the forground from that of the upper.
The program will write to stdout if the -o option is not specified.
OPTIONS
-h, --help
- Brief help.
-o, --output file
- Write the output to file, rather than stdout.
-v, --verbose
- Verbose operation.
-V, --version
- Version information.
EXAMPLES
Create a cpt-file topobath.cpt from topo.cpt and bath.cpt
-
cptcat -v -o topobath.cpt topo.cpt bath.cpt