I am frequently editting a file in vi
and I want to save it under a different name than the name that I opened it under.
I have tried saving like this: :w >> new_file_name
but I ALWAYS get E212: Can't open file for writing
.
What is the correct way around this?