x2sys_put (1) Linux Manual Page
x2sys_put – Update track index database from track bin file
Synopsis
x2sys_put [ info.tbf ] TAG [ ] [ ] [ [level] ] Note: No space is allowed between the option flag and the associated arguments.
Description
x2sys_put accepts a track bin-index file created by x2sys_binlist and adds this information about the data tracks to the relevant data base. You may chose to overwrite existing data with new information for older tracks (-F) and even completely remove information for certain tracks (-D). The x2sys TAG must match the tag encoded in the info.tbf file. To inquire about tracks in the data base, use x2sys_get.Required Arguments
- info.tbf
- Name of a single track bin file. If not given, stdin will be read.
- -TTAG
- Specify the x2sys TAG which tracks the attributes of this data type.
Optional Arguments
- -D
- Delete all tracks found in the track bin file [Default will try to add them as new track entries].
- -F
- Replace any existing database information for these tracks with the new information in the track bin file [Default refuses to process tracks already in the database].
- -V[level] (more …)
- Select verbosity level [c].
- -^ or just –
- Print a short message about the syntax of the command, then exits (NOTE: on Windows use just –).
- -+ or just +
- Print an extensive usage (help) message, including the explanation of any module-specific option (but not the GMT common options), then exits.
- -? or no arguments
- Print a complete usage (help) message, including the explanation of options, then exits.
- –-version
- Print GMT version and exit.
- –-show-datadir
- Print full path to GMT share directory and exit.
Examples
To add the information stored in the track bin-index file latest.tbf to the track data bases associated with the tag MGD77, and replace any exiting information for these tracks, try
gmt x2sys_put latest.tbf -F -V -TMGD77
