Scenario: I wanted to substitute one HEX code for another in a stylesheet
# vi stylesheet.css
Once in Vi
:1, $ s/e5e5e5/1A1A33/g
Somewhere in the Cloud
Scenario: I wanted to substitute one HEX code for another in a stylesheet
# vi stylesheet.css
Once in Vi
:1, $ s/e5e5e5/1A1A33/g