#!/bin/sh
###################################################
#  Install the number of names n_Name
###################################################
tabmap -data -ascii ID names.dat | uniq -c | gawk 'function add(n) { \
   if(list[n]!="") printf "set n_Name=%s where ${:ID} in (%s);\n", n,list; \
   else 
  
