#!/bin/csh -f
#  convert files to sjis and read
# 
   foreach file ($*)
       cat ${file} |nkf -s
   end

