Intricacies-Latex/HieroTeX/Seshnesu/mklex.awk

7 lines
98 B
Awk
Raw Normal View History

2020-12-27 09:16:35 +00:00
#!/bin/nawk -f
BEGIN {
}
{printf("{\"%s\", \"%s\",{ \"G%s\", %s }},\n", $1, $2, $3, $4 + 31); }