[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] mv command
- Subject: Re: [cobalt-users] mv command
- From: Florian Effenberger <florian.effenberger@xxxxxxxxxxxxx>
- Date: Fri Nov 10 15:16:00 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hi Theo,
> mv *.html *.php3
Hmmm... did you try
mv "*.html" "*.php3"
or
mv ./*.html ./*.php3
Just an idea, hope it helps!
-- Florian