Thursday 1 October 2015

HOW TO (UNIX-1) - Useful One Liner Unix Commands

> How to perform a global search and replace in vi
To perform a global search and replace in vi, use the search and replace command in command mode:
  :%s/search_string/replacement_string/g