File: cnv.awk

package info (click to toggle)
unhtml 2.2-5
  • links: PTS
  • area: main
  • in suites: potato
  • size: 92 kB
  • ctags: 30
  • sloc: ansic: 382; makefile: 52; awk: 2
file content (2 lines) | stat: -rw-r--r-- 97 bytes parent folder | download | duplicates (8)
1
2
        { printf("%-10s,  %3d,\n","\""$1";\"",$2) }
END     { printf("%-10s,  %3d\n","\"\"",0) }