Linux OS Editors Question:

Which command searches the string in file opened in vi editor?
a) / or ?
b) f or F
c) t or T
d) none of the mentioned

Linux Editors Interview Question
Linux Editors Interview Question

Answer:

a) / or ?


Previous QuestionNext Question
In vi editor, which command reads the content of another file?
a) read
b) r
c) ex
d) none of the mentioned
Which one of the following statement is true?
a) autoindentation is not possible in vi editor
b) autoindentation can be set using the command ':set ai'
c) autoindentation can be set using the command ':set noai'
d) autoindentation is set by default in vi editor