Working with an existing project
Created by Anna Skoulikari about a year ago
0
No description provided
2 Comments
- "i" - insert command used to insert text
- "esc" - to come out of insert area
- ":x!" - to save the file and exit vim
0
use cat > file-name to create a file in bash used in next exercise
2
useful stuff for exercise:
to create a txt file using command line:
->touch <filename.txt>
to modify the contents of this file :
->vi <filename.txt>
(this opens vim editor)
vim editor commands:
show more answers
Your comment