1GTS_COPY(1) User Commands GTS_COPY(1)
2
3
4
6 gts_copy - manual page for gts_copy
7
9 NAME gts_copy
10
11 DESCRIPTION
12
13 Copies the content of GTS files printing values of some keys.
14
15 USAGE
16
17 gts_copy [options] file file ... output_file
18
19 OPTIONS
20
21 -f Force. Force the execution not to fail on error.
22
23 -p key[:{s|d|i}],key[:{s|d|i}],...
24
25 Declaration of keys to print. For each key a string (key:s), a
26 double (key:d) or an integer (key:i) type can be requested. De‐
27 fault type is string.
28
29 -P key[:{s|d|i}],key[:{s|d|i}],...
30
31 As -p adding the declared keys to the default list.
32
33 -w key[:{s|d|i}]=value,key[:{s|d|i}]=value,...
34
35 Where clause. Only GTS messages matching the key/value con‐
36 straints are copied to the output_gts_file. For each key a
37 string (key:s), a double (key:d) or an integer (key:i) type can
38 be defined. Default type is string.
39
40 -B 'order by' directive
41
42 Order by. The output will be ordered according to the 'order by'
43 directive. Example: "step:i asc, centre desc" (step numeric as‐
44 cending and centre descending) Default sort mode is 'asc'
45
46 -V Version.
47
48 -W width
49
50 Minimum width of each column in output. Default is 10.
51
52 -g Copy GTS header.
53
54 -7 Does not fail when the message has wrong length
55
56 -v Verbose.
57
58 NAME gts_copy
59
60 DESCRIPTION
61
62 Copies the content of GTS files printing values of some keys.
63
64 USAGE
65
66 gts_copy [options] file file ... output_file
67
68 OPTIONS
69
70 -f Force. Force the execution not to fail on error.
71
72 -p key[:{s|d|i}],key[:{s|d|i}],...
73
74 Declaration of keys to print. For each key a string (key:s), a
75 double (key:d) or an integer (key:i) type can be requested. De‐
76 fault type is string.
77
78 -P key[:{s|d|i}],key[:{s|d|i}],...
79
80 As -p adding the declared keys to the default list.
81
82 -w key[:{s|d|i}]=value,key[:{s|d|i}]=value,...
83
84 Where clause. Only GTS messages matching the key/value con‐
85 straints are copied to the output_gts_file. For each key a
86 string (key:s), a double (key:d) or an integer (key:i) type can
87 be defined. Default type is string.
88
89 -B 'order by' directive
90
91 Order by. The output will be ordered according to the 'order by'
92 directive. Example: "step:i asc, centre desc" (step numeric as‐
93 cending and centre descending) Default sort mode is 'asc'
94
95 -V Version.
96
97 -W width
98
99 Minimum width of each column in output. Default is 10.
100
101 -g Copy GTS header.
102
103 -7 Does not fail when the message has wrong length
104
105 -v Verbose.
106
107
108
109gts_copy November 2023 GTS_COPY(1)