Re: unable to rename a folder

2003-09-14 Thread Osamu Aoki
On Sat, Sep 13, 2003 at 01:11:52AM +0100, Colin Watson wrote: > On Fri, Sep 12, 2003 at 04:47:35PM -0700, Dweeil Brock wrote: > > trying to rename a folder and recieve the following error message: > > > > Bare word "foldername" not allowed while "strict subs" in use > > Don't use 'rename' to move

Re: unable to rename a folder

2003-09-12 Thread Colin Watson
On Fri, Sep 12, 2003 at 04:47:35PM -0700, Dweeil Brock wrote: > trying to rename a folder and recieve the following error message: > > Bare word "foldername" not allowed while "strict subs" in use Don't use 'rename' to move a single directory; use 'mv'. See 'man rename' for what it does. Cheers,