3. Starting VI

You can start vi by typing vi alone (that wasn't hard to figure out, was it ?),

or you can specify a filename: vi hop.txt

In this case, either:

  1. the file exists already and you open it for edition

  2. the file doesn't exist and vi starts a new file with that name