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