1GTS_LS(1) User Commands GTS_LS(1)
2
3
4
6 gts_ls - manual page for gts_ls
7
9 NAME gts_ls
10
11 DESCRIPTION
12
13 List content of GTS files printing values of some keys. It does
14 not fail when a key is not found.
15
16 USAGE
17
18 gts_ls [options] file file ...
19
20 OPTIONS
21
22 -p key[:{s|d|i}],key[:{s|d|i}],...
23
24 Declaration of keys to print. For each key a string (key:s), a
25 double (key:d) or an integer (key:i) type can be requested. De‐
26 fault type is string.
27
28 -F format
29
30 C style format for floating-point values.
31
32 -P key[:{s|d|i}],key[:{s|d|i}],...
33
34 As -p adding the declared keys to the default list.
35
36 -w key[:{s|d|i}]{=|!=}value,key[:{s|d|i}]{=|!=}value,...
37
38 Where clause. Messages are processed only if they match all the
39 key/value constraints. A valid constraint is of type key=value
40 or key!=value. For each key a string (key:s), a double (key:d)
41 or an integer (key:i) type can be specified. Default type is
42 string. In the value you can also use the forward-slash charac‐
43 ter '/' to specify an OR condition (i.e. a logical disjunction)
44 Note: only one -w clause is allowed.
45
46 -B 'order by' directive
47
48 Order by. The output will be ordered according to the 'order by'
49 directive. Example: "step:i asc, centre desc" (step numeric as‐
50 cending and centre descending) Default sort mode is 'asc'
51
52 -s key[:{s|d|i}]=value,key[:{s|d|i}]=value,...
53
54 Key/values to set. For each key a string (key:s), a double
55 (key:d) or an integer (key:i) type can be defined. By default
56 the native type is set.
57
58 -n namespace
59
60 All the keys belonging to the given namespace are printed.
61
62 -V Version.
63
64 -W width
65
66 Minimum width of each column in output. Default is 10.
67
68 -g Copy GTS header.
69
70 -7 Does not fail when the message has wrong length
71
72 NAME gts_ls
73
74 DESCRIPTION
75
76 List content of GTS files printing values of some keys. It does
77 not fail when a key is not found.
78
79 USAGE
80
81 gts_ls [options] file file ...
82
83 OPTIONS
84
85 -p key[:{s|d|i}],key[:{s|d|i}],...
86
87 Declaration of keys to print. For each key a string (key:s), a
88 double (key:d) or an integer (key:i) type can be requested. De‐
89 fault type is string.
90
91 -F format
92
93 C style format for floating-point values.
94
95 -P key[:{s|d|i}],key[:{s|d|i}],...
96
97 As -p adding the declared keys to the default list.
98
99 -w key[:{s|d|i}]{=|!=}value,key[:{s|d|i}]{=|!=}value,...
100
101 Where clause. Messages are processed only if they match all the
102 key/value constraints. A valid constraint is of type key=value
103 or key!=value. For each key a string (key:s), a double (key:d)
104 or an integer (key:i) type can be specified. Default type is
105 string. In the value you can also use the forward-slash charac‐
106 ter '/' to specify an OR condition (i.e. a logical disjunction)
107 Note: only one -w clause is allowed.
108
109 -B 'order by' directive
110
111 Order by. The output will be ordered according to the 'order by'
112 directive. Example: "step:i asc, centre desc" (step numeric as‐
113 cending and centre descending) Default sort mode is 'asc'
114
115 -s key[:{s|d|i}]=value,key[:{s|d|i}]=value,...
116
117 Key/values to set. For each key a string (key:s), a double
118 (key:d) or an integer (key:i) type can be defined. By default
119 the native type is set.
120
121 -n namespace
122
123 All the keys belonging to the given namespace are printed.
124
125 -V Version.
126
127 -W width
128
129 Minimum width of each column in output. Default is 10.
130
131 -g Copy GTS header.
132
133 -7 Does not fail when the message has wrong length
134
135
136
137gts_ls November 2023 GTS_LS(1)