How To Edit File Using Sed-Sed Is A Stream Editor

Sed Tips and Tricks.

  basil@basil:~$ sudo sed -e 's/\edgy/ feisty/g' -i /etc/apt/sources.list
  • The above line changes the name edgy to feisty with a space in front of feisty.