Re: [Tutor] Partly OT: order of renaming files and directories

2005-09-12 Thread Bernard Lebel
Thanks Kent! Bernard On 9/12/05, Kent Johnson <[EMAIL PROTECTED]> wrote: > Bernard Lebel wrote: > > Hello, > > > > I'm creating a script that will rename directories and files (hence > > the regular expression thing I asked about last week). I just wanted > > to ask if there is a recommended ord

Re: [Tutor] Partly OT: order of renaming files and directories

2005-09-12 Thread Kent Johnson
Bernard Lebel wrote: > Hello, > > I'm creating a script that will rename directories and files (hence > the regular expression thing I asked about last week). I just wanted > to ask if there is a recommended order to rename stuff, because I want > to avoid any potential problem. > > What I mean:

[Tutor] Partly OT: order of renaming files and directories

2005-09-12 Thread Bernard Lebel
Hello, I'm creating a script that will rename directories and files (hence the regular expression thing I asked about last week). I just wanted to ask if there is a recommended order to rename stuff, because I want to avoid any potential problem. What I mean: I traverse some areas of the file ser