>>51
for i in *.wav;do;echo $i > tmpfile;cp $i `nkf -e tmpfile`;rm -f tmpfile;done
とか。