Simple question: I want to rename a file. So I type: mv <file> <newfile> It responds with telling me newfile is not a directory. I inspected man mv and it seems I need to add the T option. Is this correct? (I don't want to screw up the other files in the diredctory)