Hacker News new | ask | show | jobs
by htp 4571 days 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 .)

1 comments

Thanks!