How to use vi

linkaiyi
Follow

replace

enter commando modus (with ‘:’)

:%s/"css\//"assets\/admin\/css\//g #%s for search /g for replacement

explanation:

usage
Simple format is as follows:
%s/old-string/new-string/g

Type : (colon) followed by %s/foo/bar/ and hit [Enter] key.
:%s/foo/bar/g # replace foo with bar

Object has 0 attachments

Was this article helpful?

This article is viewed 81 times!

Recent Viewed Articles

0 Comments

Leave a Comment

Support