skip to main | skip to sidebar

web developer notes

this is the place i use for my notes. My interests are Linux system administration, php programming, postgresql server, emacs and lighttpd.

Friday, April 18, 2008

Recursively convert encoding

for i in `find . -type f -print`;
do
iconv -f CP1251 -t UTF-8 $i -o $i.new;
mv -f $i.new $i;
done
Posted by Sergey at 3:30 PM No comments:
Labels: command line shell scriptiong
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Labels

  • system
  • linux
  • postgresql
  • php
  • debian
  • sql
  • accents
  • arabs
  • command line shell scriptiong
  • emacs
  • errors
  • ftp
  • fun
  • kubuntu
  • lighttpd
  • log processing
  • monitoring
  • mysql
  • network
  • pg_autovacuum
  • pure-ftp
  • russian
  • scv
  • server
  • ssh
  • tunnelling
  • video

Blog Archive

  • ▼  2008 (3)
    • ▼  April (1)
      • Recursively convert encoding
    • ►  February (2)
  • ►  2007 (18)
    • ►  September (2)
    • ►  July (1)
    • ►  May (2)
    • ►  March (3)
    • ►  February (5)
    • ►  January (5)