Podcast
Questions and Answers
The O command in vi allows you to insert a line above the current line.
The O command in vi allows you to insert a line above the current line.
True
The command 'dd' in vi deletes the next two characters after the current cursor position.
The command 'dd' in vi deletes the next two characters after the current cursor position.
False
The 'yW' command in vi copies text from the current cursor position to the beginning of the next word.
The 'yW' command in vi copies text from the current cursor position to the beginning of the next word.
True
The command 'd20G' in vi deletes from the current line to the twentieth line of the file.
The command 'd20G' in vi deletes from the current line to the twentieth line of the file.
Signup and view all the answers
In vi, 'y0' command copies text from the current cursor location to the end of the line.
In vi, 'y0' command copies text from the current cursor location to the end of the line.
Signup and view all the answers
The 'd^' command in vi deletes text from the current cursor position to the first non-whitespace character in the line.
The 'd^' command in vi deletes text from the current cursor position to the first non-whitespace character in the line.
Signup and view all the answers
The LibreOffice office suite is specifically designed for Windows operating system.
The LibreOffice office suite is specifically designed for Windows operating system.
Signup and view all the answers
Using 'x' command in vi deletes the next character after the current cursor position.
Using 'x' command in vi deletes the next character after the current cursor position.
Signup and view all the answers
'5dd' command in vi deletes the current line and the next four lines.
'5dd' command in vi deletes the current line and the next four lines.
Signup and view all the answers
'y20G' command in vi copies text from the current cursor location to the twentieth line of the file.
'y20G' command in vi copies text from the current cursor location to the twentieth line of the file.
Signup and view all the answers