/usr/share/idzebra-2.0/tab/sgml.flt is in idzebra-2.0-common 2.0.59-1ubuntu1.
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 | BEGIN /\n*</ BODY />\n*/ { begin record $2 }
/\n*<[Vv][Aa][Rr][ ]+/ /[^ >]+/ /[ ]+/ /[^ >]+/ /[ ]+/ /[^ >]+/ /[ ]*>/ {
begin variant $1 $3 $5
}
/\n*</ BODY />\n*/ { begin element $1 }
/\n*<\// BODY />\n*/ { end element -record }
/[ \n\t]+/ { data " " }
|