On Wed, Mar 10, 2004 at 02:42:39PM +0100, EUROSPACE SZARINDAR wrote:
> > -Message d'origine-
> > De: Tomas Corral [mailto:[EMAIL PROTECTED]
> >
> > Because '@' is a special character for many interpreters. I'm trying
> > to change the names of 100 files deleting the '@' symbol. The
>
> Tr
Eurospace Szarindar wrote:
>
> > De: Tomas Corral [mailto:[EMAIL PROTECTED]
> >
> > Because '@' is a special character for many interpreters. I'm
> > trying to
> > change the names of 100 files deleting the '@' symbol. The filenames
> > look like this:
> >
> > [EMAIL PROTECTED]
> > [EMAIL PROTECTE
> -Message d'origine-
> De: Tomas Corral [mailto:[EMAIL PROTECTED]
> Date: mercredi 10 mars 2004 13:07
> À: [EMAIL PROTECTED]
> Objet: Change file names
>
>
> Hi all:
>
> Because '@' is a special character for many interpreters. I
Hi all:
Because '@' is a special character for many interpreters. I'm trying to
change the names of 100 files deleting the '@' symbol. The filenames
look like this:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Thanks in advance.
_:: A newbie ::_
At 11:31 AM 12/11/01 -0600, Booher Timothy B 1stLt AFRL/MNAC wrote:
>Over the last evening I have reviewed these scripts and understand what is
>going on, but they still don't quite solve my problem. I want to fix the
>following situation.
>
>Image4.jpg, image5.jpg, image6.jpg - to --> foo78.jpg,
MNAC
[mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 11, 2001 09:31
To: [EMAIL PROTECTED]
Subject: RE: Use perl to change File names
Over the last evening I have reviewed these scripts and understand what is
going on, but they still don't quite solve my problem. I want to fix the
f
hone: 850-882-8302 Ext. 3360 (DSN 872-)
FAX: 850-882-2201
-Original Message-
From: Peter Scott [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 10, 2001 12:09 PM
To: Booher Timothy B 1stLt AFRL/MNAC; [EMAIL PROTECTED]
Subject: Re: Use perl to change File names
At 11:
At 11:28 AM 12/10/01 -0600, Booher Timothy B 1stLt AFRL/MNAC wrote:
>I want to be able to rename a file name from one number series to
>another number series ie:
>
>Image1.jpg
>Image2.jpg
>Image3.jpg
>
>
>to
>
>Foo234.jpg
>Foo235.jpg
>Foo236.jpg
>
>
>Is there a way to do this using regular
Hello - I have been trying to use perl to change filenames this morning, and
have been having a lot of luck, but have hit a stopping point. I have
lwall's code:
#!/usr/local/bin/perl
#
# Usage: rename perlexpr [files]
($regexp = shift @ARGV) || die "Usage: rename perlexpr [filenames]\n";
if (!