On Sun, Mar 04, 2007 at 03:43:54PM +0200, ik wrote:
> Hello,
> 
> How can I rename and/or delete a file that starts with minus ?
> For example:
> 
> mv --test test

In addition to '--' already mentioned, you can
mv ./--test test
This will work with any mv, not only GNU's etc. that accept '--'.
-- 
Didi


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