What does the /text command do?
Answers were Sorted based on User's Feedback
Answer / sourisengupta
/text: it will search for the string(pattern).You will get
the first occurance after pressing enter.If you wanna see
the next occurance then press "n"
Is This Answer Correct ? | 9 Yes | 1 No |
Answer / santhosh kumar
/text command will search for the text(String ) in forwards (downwards) in the file
? will do reverse process of above / command that is backwards (upwards ) search of the string in the file
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ali
/text command will search for text(string)from the next line in forward(downward) direction. After pressing enter,next first occurrence of text will be highlighted. Press 'n' for next occurrence in forwards direction or 'N' for backward direction.
Is This Answer Correct ? | 0 Yes | 0 No |
What does the /text command do?
what is the command used to append to buffer?
what does the c$ command do from command mode?
How to create a .exrc file in vi editor?
What is the difference between ZZ and :wq commands?
what is the command used to append text after current line?
How to return to shell without leaving vi editor?
what are the two different modes in vi editor?
what is the command used to set margin in vi editor?
what are the different delete commands used in vi editor?
What is the difference between lettered buffer and temporary buffer?
what are the different commands used to quit from the vi editor?