> I went looking for umlauts and removed them. Well, ya know, those
> buggers are hard to see! Ryan said "can't you just do a grep?"
> Yeah Ryan, I'm sure some how with ascii codes or something maybe
> you can. But at this point it's Friday night and a little White
> Grenache is involved and until you can find a damn umlaut key on
> this laptop, I'm not grepping squat.
Given a troublesome filename (let's call it
/mp3/troubleXsome where X stands for the troublesome
character in question) you could first allow your
shell to help you capture it in a file, thus:
echo /mp3/troubl* >/tmp/searchNdestroy
...which with judicious editing could then be
transformed into a bash script containing the
necessary commands to, say, delete or rename all
such troublesome files, and all without ever having
to figure out how to type the troublesome character
at the keyboard.
Of course, this is not addressing the real problem
which (from your description) sounds like a fairly
nasty Samba bug. Good luck.
*****************************************************************
To unsubscribe from this list, send mail to [EMAIL PROTECTED]
with the text 'unsubscribe gnhlug' in the message body.
*****************************************************************