Computer Science - Unix - Discussion

Discussion Forum : Unix - Section 2 (Q.No. 19)
19.
Which command is used with vi editor to search a pattern in the forward direction?
/
?
//
??
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Siddhi said:   1 decade ago
To move quickly by searching for text, while in command mode:

1. Type / (slash).
2. Enter the text to search for.
3. Press <Return>.

The cursor moves to the first occurrence of that text.

To repeat the search in a forward direction, type

n

To repeat the search in a backward direction, type

N

Post your comments here:

Your comments will be displayed after verification.