95.5.29 (Mon), bgjang@csone

-- normal dictionary

converting from total.dict to total.dict.conv

1. conv < total.dict > total.dict.conv
2. in vi mode,
   :1,$s/^/IP /g
   :1,$s/int/INT/g

make dictionary

    dictman -d nDict n -f total.dict.conv >& nDict.log

dump dictionary

    dictman -d nDict n -v >& nDict.dump
