Додати до Chrome
✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
What does the following vim command do?
:r file.txt
R is for replace - it updates the contents of the old file.txt with the text in the current buffer that we are editing
reads the contents of file.txt and inserts them into the current buffer at the cursor
opens file.txt in a new buffer ready for editing
Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!