- # hier werden alle *.conf in utf-8 convertiert
- indir="channels"
- outdir="/tmp"
- const=".conf"
- ls $indir | grep $const |
- {
- while read infile
- do
- iconv -f iso8859-5 -t utf-8 $indir/$infile -o $outdir/$infile
- mv /tmp/*.conf $indir
- done
- }
Posted by Anonymous on Fri 1 Feb 11:51
report abuse | download | new post
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.