Everyone has their favorite editor - mine happens to be 'vi' because I use it frequently and it does in a simple way everything I need to do with editing.
The 'yank' and 'put' commands are used to copy and paste lines in a file using 'vi'. Each series of lines that are yanked can be put into a named (or unamed) buffer from a to z and then pasted in the...