This file is indexed.

/usr/share/polygen/ita/lotto.grm is in polygen-data 1.0.6.ds2-14build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
28
29
30
31
32
33
34
I ::=   "title:      Numeri vincenti del Lotto\n"
      ^ "author:     Vision-X.it, Manta\n"
      ^ "language:   italian\n"
      ^ "status:     final\n"
      ^ "topic:      misc\n"
      ^ "audience:   giocatori del lotto\n"
      ^ "beerware:   chi vince ci deve una birra\n"
      ^ "created:    8/12/2002"
;

S ::= "<table border=\"0\" width=\"100%\" cellpadding=\"2\" cellspacing=\"2\">"
      "<tbody>"
      "<tr><td>Bari</td>"       N N N N N "</tr>"
      "<tr><td>Cagliari</td>"   N N N N N "</tr>"
      "<tr><td>Firenze</td>"    N N N N N "</tr>"
      "<tr><td>Genova</td>"     N N N N N "</tr>"
      "<tr><td>Milano</td>"     N N N N N "</tr>"
      "<tr><td>Napoli</td>"     N N N N N "</tr>"
      "<tr><td>Palermo</td>"    N N N N N "</tr>"
      "<tr><td>Roma</td>"       N N N N N "</tr>"
      "<tr><td>Torino</td>"     N N N N N "</tr>"
      "<tr><td>Venezia</td>"    N N N N N "</tr>"
      "</tbody>"
      "</table>"
;

N ::= "<td>" ("&nbsp;" >Cifra | >Cifra8 ^ >(0 | >Cifra) | 90) "</td>"
;

Cifra8 ::= 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8
;

Cifra ::= >Cifra8 | 9
;