196k views
11 votes
When you started the vi editor, you forgot to specify the name for the new file you are creating. To save steps next time, how can you specify the name of a new file when you first start vi

User Rano
by
3.9k points

1 Answer

3 votes
vi ‘filename’
For example file called main.py
vi main.py
User Slushy
by
3.4k points