Understanding Three Mode of VI Editor
VI refers to "Visual Editor". VIM is an improved version of VI Editor. The VI editor is the standard editor under Linux system.
Opening the file:
You can use the command written below to open or edit an existing file. If the file doesn't exist, VI cr...
gurviraj.hashnode.dev2 min read