Hi,
Here is the problem:
mv ---123.jpg 123.jpg
mv: unrecognized option `---123.jpg'
Try `mv --help' for more information.
Try:
mv -- ---123.jpg 123.jpg

'--' before the arguments will cause mv not to parse the rest of the command line for options.


--

Leonid Igolnik.

=================================================================
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]



Reply via email to