File: gmt5syntax.rst

package info (click to toggle)
gmt 5.3.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 150,460 kB
  • ctags: 18,539
  • sloc: ansic: 194,217; sh: 7,349; xml: 149; makefile: 72; fortran: 49; lisp: 41; csh: 5
file content (27 lines) | stat: -rw-r--r-- 528 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.. index:: ! gmt5syntax

**********
gmt5syntax
**********

.. only:: not man

    gmt5syntax - Convert old GMT script to use new 'gmt <module>' syntax

Synopsis
--------

**gmt5syntax** old_script > new_script

Description
-----------

**gmt5syntax** is a perl script that converts old-style GMT commands in,
e.g., shell scripts, to the new ``gmt <module>``-syntax.  This utility is located
in the tools subdirectory of the data directory. ``gmt --show-datadir`` will
show the path to the latter.

See Also
--------

:doc:`gmt`