Replacement string
Global, replace string:
Command mode :% s/old/new/g
Old, new does not need double quotes, g is global, without g is the first line to be changed example: % s/test_shm_tool.c/$(SOURCE)/g local, replace string:
: n1, n2 s/old_str/new_str/g, add c if each line is confirmed
Read More:
- error: unclosed character literal (How to Fix)
- 【error】postgresql relation does not exist
- Syntax error near unexpected token ‘$’Do is reported when running bash file
- Trouble shooting of no display in dieyun 2270g8
- Two methods of cmake in VTK program
- Global variable error: unboundlocalerror: local variable ‘l’ referenced before assignment
- ASP.NET Parser Error Message: Could not load type ‘Web.Global’.
- Differences between VI and VIM in Linux
- The problem of failed to create process occurs in pyinstaller package program of Python
- Solving syntax error: unexpected character after line continuation character
- PHP message:filesize(): stat failed for Error
- Error: No such keg: /usr/local/Cellar/node&install nvm&brew installation&Oh my zsh.git installation&git set alias&No bundle URL prese
- Raspberry pie 4B uses adafruit_ Pca9685 report error ioerror: [errno 121] remote I / O error solution
- Windows git review reported an error. UnicodeDecodeError
- winnt.h C2146 error C2146: syntax error : missing ‘;’ before identifier ‘PVOID64’
- soapUI Error Loading WSDL
- Error: could not find java.dll Error: could not find Java se runtime environment solution
- Solution of MySQL data garbled problem
- error C2137: empty character constant
- Python global variables and global keywords