6 ms·
You are being overly pedantic. Try s/every day/frequently/g and see how you go...
by anthonyb 13y ago
You are being overly pedantic. Try s/every day/frequently/g and see how you go...
- tedsanders 13y agoPardon me, but what is s/g?
- htp 13y ago"s/every day/frequently/g” is a UNIX-y way of saying “substitute ‘frequently’ in place of ‘every day’ in the entire document”. (See http://en.wikipedia.org/wiki/Sed#Substitution http://en.wikipedia.org/wiki/Sed#Substitution .)
- tedsanders 13y agoThanks!