Category ‘VI’
- TECHPULP |
How to merge two files using text mode in Linux
The Linux provides a command “vimdiff” which can open two files using standard “vim” editor but in two separate logical windows. This is a text-mode based tool. This tool highlights the differences between two files so that the user can... - TECHPULP |
How to save a copy in another file in VI
Typically “:w” is used to save the current file as no file name is given. But with a file name specified, it can be saved to another file or even append to another file. However this is like “Save a...