Robert,
On Thu, 30 Apr 1998 02:01:48 +1000, Robert Koruna wrote:
>If I use certain german characters, like äöü (hope you can read
>them), it builds file this "Verkn\201pfung". I can use this files
>from the sambaclient, but I can't access or delete this files out of
>Linux.
>I used client codepage = 850
>
>Now I found out, that if I use the options
>
>character set = iso8859-1
>valid characters = 228 196 246 214 252 220 223 183 126
>
>it would work for me.
>Problem is I can't even see the files I have build befor I used this
>two new options.
>I have about 10 Gigs of files on my server, the half of it with this
>characters. So I don't want to change them by hand.
>Any suggestions ???
This should be solveable be fiddling a bit with find, tr and your preffered
shell:
find <share_directory> -name '*'\xxx'*' -exec
/home/robert/titty_twister {} \;
/home/robert/titty_twister:
#!/bin/shell_that_understands_what_you_mean
mv $1 `echo $1 | tr \xxx \yyy`
If you're really unable to find shell_that_understands_what_you_mean you
will probably replace titty_twister by a
little C program.
Regards,
Robert
--
---------------------------------------------------------------
Robert.Dahlem@frankfurt.netsurf.de
Radio Bornheim - 2:2461/332@fidonet +49-69-4930830 (ZyX, V34)
2:2461/326@fidonet +49-69-94414444 (ISDN X.75)
---------------------------------------------------------------