Create a backup of dotfiles
suggest change$ cp .vimrc{,.bak}
This expands into the command cp .vimrc .vimrc.bak
.
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents
$ cp .vimrc{,.bak}
This expands into the command cp .vimrc .vimrc.bak
.