Append text at the end of a line with Sed
For example I have a line starting with:
protocols = imap
and I want:
protocols = imap lmtp
So I run:
$ sed -i '/^protocols = imap/ s/$/ lmtp/' file
personal computing command-line interface (cli) gnu linux trisquel shell literacy office applications wiki sed text processing