#!/bin/bash read from read to mkdir conv for i in $( ls *.inc); do iconv -f "WINDOWS-1250" -t "UTF-8" $i > conv/$i done