How would you change all occurrences of a value using VI?
Answers were Sorted based on User's Feedback
Answer / sridhar
press esc+shift
then when the VI takes u to the edit mode use the following.
:%s/pattern/new value/g
Is This Answer Correct ? | 13 Yes | 0 No |
Answer / sameer
press esc+shift
then when the VI takes u to the edit mode use the following.
:1,$s/pattern to be changed/new value/g
Is This Answer Correct ? | 9 Yes | 0 No |
Answer / chitra
One should be in command mode for doing this.(i.e press esc)
:%s/oldpattern/newpattern and press enter
Is This Answer Correct ? | 3 Yes | 4 No |
Why is it called grep?
solaris Run level?
What is the use of tee command?
How do I find previous commands in unix?
Which command should you use to find the remaining disk space in unix server?
Is there any command in Unix, other than:ls, to list the files in a directory? The answer will be highly appreciated...
What is command substitution?
Differentiate cmp command from diff command.
What is a command and examples?
In UNIX, what is the command to kill a process?
What does this command do? Cat food 1 > kitty
What is pid?