On Tuesday 15 March 2005 18:50, Kfir Lavi wrote:
> Hi,
> Here is the problem:
> mv ---123.jpg 123.jpg
> mv: unrecognized option `---123.jpg'
> Try `mv --help' for more information.
>
> I have tried a lot of things but to no avail.
>
Try:
$ mv -- --123.jpg 123.jpg
Or:
$ perl -e 'rename("--123.jgp", "123.jpg");'
Regards,
Shlomi Fish
> kfir
--
---------------------------------------------------------------------
Shlomi Fish [EMAIL PROTECTED]
Homepage: http://www.shlomifish.org/
Knuth is not God! It took him two days to build the Roman Empire.
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]