I think most GNU commands support "--" as "end of options". Specifically for those cases...
mv -- ---123.jpg 123.jpg Thanks, Gregory. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lior Okman Sent: Tuesday, March 15, 2005 7:09 PM To: [EMAIL PROTECTED] Cc: [email protected] Subject: Re: how to do "mv ---123.jpg 123.jpg " Try this: mv ./---123.jpg 123.jpg Lior 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. > >kfir > > ================================================================= 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] ================================================================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]
