Moderate

In vi editor, forward search is performed using the command?

Correct answer: C. /pat

  • A. :pat
  • B. ?pat
  • C. /pat
  • D. All of the above

Explanation

The vi command /pat searches forward for the pattern pat, while ?pat searches backward. :pat is not the normal vi search command, so “All of the above” is incorrect.

Last updated

Practise Software Development Lifecycle

423 free Software Development Lifecycle MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions