[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] mv command



Hi Theo,

>     mv *.html *.php3
Hmmm... did you try

mv "*.html" "*.php3"
or
mv ./*.html ./*.php3

Just an idea, hope it helps!

     -- Florian