<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-7">
  <title></title>
</head>
<body>
Den enoousa ta periexomena tou arxeiou.<br>
Mono to filename thelw na kanw convert.<br>
Alla to recode, mporei na parei kai apo to stdin eisodo,<br>
opote gia tin metatropi twn filenames mono<br>
to parakatw script :<br>
#!/bin/sh  <br>
find . | while read f; do <br>
   s=`echo "$f" | recode iso8859-7..utf8`; <br>
   mv "$f" "$s" <br>
done <br>
<br>
tin kanei tin douleia pou hthela.<br>
Thanks gia to hint.<br>
<br>
A.<br>
<br>
P. Christeas wrote:<br>
<blockquote type="cite" cite="mid200306021917.19883.p_christ@hol.gr">
  <pre wrap="">Στις Δευ 02 Ιουν 2003 6:13 μμ, ο/η Antonis Sidiropoulos έγραψε:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Yparxei kapoio script h' programma pou na metatrepei
filenames  apo ena charset se allo ?
Px: iso8859-7 se UTF8?

Prospathisa na to kanw me tin xrhsh tou luit me:
    </pre>
  </blockquote>
  <pre wrap=""><!---->
man recode 
 recode iso8859-7..utf8 to_arxeio

Πρόσεχε, γιατί το αποτέλεσμα γράφεται στο ίδιο αρχείο..


  </pre>
</blockquote>
<br>
</body>
</html>