<^o::^p ;striving after better User and Programmer Xperience
#! /bin/sh for f in ../mac/*.mac do cp $f $f.old rm -f $f iconv -f 866 -t CP1251 $f.old>$f done rm -f ../mac/*.old
find . -name '*.txt' -exec iconv --verbose -f windows-1252 -t utf-8 {} > {} \;