DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Change Value In Row That Contains A String
sed '/MX/s/old-host/new-host/g' name.hosts





