Podcast
Questions and Answers
Which command in vi is used to delete a line?
Which command in vi is used to delete a line?
- x
- D
- dd (correct)
- dw
Which command in vi is used to copy a line?
Which command in vi is used to copy a line?
- yy (correct)
- p
- Y
- P
Which mode in vi is used for navigation and executing commands?
Which mode in vi is used for navigation and executing commands?
- Search mode
- Insert mode
- Line mode
- Command mode (correct)
Which command can be used to display the beginning portion of a file?
Which command can be used to display the beginning portion of a file?
What is the default number of lines displayed by the 'tail' command?
What is the default number of lines displayed by the 'tail' command?
Which editor is considered more advanced and powerful than Nano?
Which editor is considered more advanced and powerful than Nano?