you will need to create the following textbook specified files. Use vi to create these files: test-file1 test-file2 test-file3 test-g test-sor respected test-u west coast alpha1 alpha2 practice caffeine names.tmp numbers.tmp From more, how can you quickly start editing the current file with vi?
you will need to create the following textbook specified files. Use vi to create these files:
test-file1
test-file2
test-file3
test-g
test-sor
respected
test-u
west
coast
alpha1
alpha2
practice
caffeine
names.tmp
numbers.tmp
From more, how can you quickly start editing the current file with vi?
Answer:
The vi editor allows creating, manipulating, closing, and opening files on the Unix systems.
We can simply write the command as:
vi <filename> and then press the "Enter" key to create and start writing in the file. When the task will be completed the user needs to press the Escape key and then the keys ":+q" together save the file and exit from the editor.
Therefore, all these files can be created by using the syntax like:
vi test-file1
Step by step
Solved in 2 steps