This file is indexed.

/usr/share/polygen/ita/nico.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
I ::=   "title:      I fratelli di Nico\n"
      ^ "author:     Alan aka ^anakin^ <alanzap@email.it>\n"
      ^ "language:   sardo\n"
      ^ "status:     refinable\n"
      ^ "comment:    Nico (diminutivo di Salvatore) era il personaggio fatto da Giovanni di <i>Aldo, Giovanni e Giacomo</i> a Mai Dire Goal di qualche anno fa, ahio'.\n"
      ^ "created:    20/11/2004";

S ::= Nome "," Nome "," Nome "," Nome "," Nome "," Nome "," Nome ", Franco e" Nome ".";

Nome   ::= Inizio (Pezzo)+;

Inizio ::= \(C|C2)^V;

Pezzo  ::= ^( +(C|C2|CDoppia)^V | (c[^c]|g[^g])^hi^(+a|e|+o|++u) )^;

V  ::= +a|e|i|+o|++u;

C  ::= p|t|f|g|s|r;

C2 ::= ([s^](p|t|f|+g)[^r] | -gn);

CDoppia ::= (K:=C; K^K);