@carnage4life
I hate when docs mix random variables and necessary inputs.

Like, how to replace a letter using sed.

Example:
Replace the letter "s" with the letter "g".

$ sed 's/s/g/g'

???