Created
July 19, 2017 20:15
-
-
Save misraX/ec863b41e34b90814072ab392e8f293a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
replace all home/user --> vim way: home\/user\/ | |
to --> vim way: / | |
var/www/example.com/public_html --> vim way: var\/ww\/example.com\/public_html\/ | |
all --> vim way: /g | |
will be: | |
:%s/home\/user\//var\/www\/example.com\/public_html\//g |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment