#!/bin/shFILES=*.javafor i in ${FILES}do cat $i | tr '\r' '\n' > $idone
トラックバックURL: http://numata.designed.jp/mt-tb.cgi/128
コメントを書く