in bash: how do you escape the - if it is the leading character in a file or directory name. I tried mv -name newname with mv "-name" newname mv '-name' newname mv \-name newname and I thought I would have caught the correct incantation. thanks in advance, chuck