for i in `find . -type f -print`;
do
iconv -f CP1251 -t UTF-8 $i -o $i.new;
mv -f $i.new $i;
done
Friday, April 18, 2008
Subscribe to:
Post Comments (Atom)
this is the place i use for my notes. My interests are Linux system administration, php programming, postgresql server, emacs and lighttpd.
No comments:
Post a Comment