On Wednesday 10 August 2011 19:04:57 Mike McClain wrote:
>
>
> > myuser@mysytem:~/path-name-of-unicode-files$ rename -n 's/\x{202A}//' *
> >
> > I get no output although x{202A} is definitely the first char in the
> > filename. This definitely needs more than a cursory view into perl -
> > exact
> myuser@mysytem:~/path-name-of-unicode-files$ rename -n 's/\x{202A}//' *
>
> I get no output although x{202A} is definitely the first char in the filename.
> This definitely needs more than a cursory view into perl - exactly what I
> wanted to avoid.
> Maybe I better post in a perl mailinglist
On Wednesday 10 August 2011 06:53:58 Darac Marjal wrote:
> On Tue, Aug 09, 2011 at 01:24:46PM -0700, Mike McClain wrote:
> > On Tue, Aug 09, 2011 at 12:42:18PM -0400, Eike Lantzsch wrote:
> > > Hi:
> > >
> > > For some time I'm looking to find a method to remove unicode control
> > > characters li
On Wednesday 10 August 2011 06:53:58 Darac Marjal wrote:
> On Tue, Aug 09, 2011 at 01:24:46PM -0700, Mike McClain wrote:
> > On Tue, Aug 09, 2011 at 12:42:18PM -0400, Eike Lantzsch wrote:
> > > Hi:
> > >
> > > For some time I'm looking to find a method to remove unicode control
> > > characters li
On Tue, Aug 09, 2011 at 01:24:46PM -0700, Mike McClain wrote:
> On Tue, Aug 09, 2011 at 12:42:18PM -0400, Eike Lantzsch wrote:
> > Hi:
> >
> > For some time I'm looking to find a method to remove unicode control
> > characters like U+202A; U+202C; U+200F from filenames.
> > I found lots of exampl
On Tue, Aug 09, 2011 at 12:42:18PM -0400, Eike Lantzsch wrote:
> Hi:
>
> For some time I'm looking to find a method to remove unicode control
> characters like U+202A; U+202C; U+200F from filenames.
> I found lots of examples to do this programmatically with python, perl, even
> for VB and Java.
Hi:
For some time I'm looking to find a method to remove unicode control
characters like U+202A; U+202C; U+200F from filenames.
I found lots of examples to do this programmatically with python, perl, even
for VB and Java.
I was looking to do this with bash, find, grep and/or even sed because I j
7 matches
Mail list logo