Re: renaming all files in a directory

2002-06-07 Thread Bryan R Harris
Also look into globs... - B __ the use of the term system come to mind or the character `systemcommands` or @filelist = `dir *.mp3 /b` also comes to mind. ^^ Eric On Fri, 7 Jun 2002, Jeff Hooge wrote: > All right, first off I'm a total perl newbie (about 2 days now) and a

Re: renaming all files in a directory

2002-06-07 Thread Eric Wang
the use of the term system come to mind or the character `systemcommands` or @filelist = `dir *.mp3 /b` also comes to mind. ^^ Eric On Fri, 7 Jun 2002, Jeff Hooge wrote: > All right, first off I'm a total perl newbie (about 2 days now) and am > looking for some resources on how to do a few th

RE: renaming all files in a directory

2002-06-07 Thread Nikola Janceski
understand all the errors. I wish I knew this when I started. > -Original Message- > From: Bryan R Harris [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 07, 2002 1:41 PM > To: [EMAIL PROTECTED] > Subject: renaming all files in a directory > > > > Here

renaming all files in a directory

2002-06-07 Thread Bryan R Harris
Here's a script that does something different, but that you may be able to cannibalize. (Be aware that I've cannibalized this from a script by Larry Wall with some customizations thanks to some folks on the list... It isn't mine by any means.) - B #!/usr/bin/perl -w # # Batch file renaming #

Re: renaming all files in a directory

2002-06-07 Thread Janek Schleicher
Jeff Hooge wrote at Fri, 07 Jun 2002 17:49:37 +0200: > All right, first off I'm a total perl newbie (about 2 days now) and am looking for >some resources > on how to do a few things. Resources, meaning, don't tell me how to write the script >just point me > in the right direction of where to st

renaming all files in a directory

2002-06-07 Thread Jeff Hooge
All right, first off I'm a total perl newbie (about 2 days now) and am looking for some resources on how to do a few things. Resources, meaning, don't tell me how to write the script just point me in the right direction of where to start. Also this may be an easy thing to do but remember I'm still