what is the command used to append to buffer?
Answer / Dharmendra Kumar Gangwar
In Vi Editor, the command to append to a file (buffer) is 'a' (append). To append a line at the end of a file, move the cursor to the bottom of the file and press 'a'.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the command used to delete current line in vi editor?
what is the command used to set margin in vi editor?
What is the command used to replace many characters?
What is the command used to display line numbers in vi editor?
What is the format of vi command?
what is the command used to append text after current line?
How to return to shell without leaving vi editor?
What is the difference between ZZ and :wq commands?
How to enter from command mode to insertion mode?
How to append a file to current file?
What does the /text command do?
What is the difference between lettered buffer and temporary buffer?