Sun Certified System Administrator for the Solaris 8 Operating System, Part I of II
Автор
Subject: Q8 written 28 February 2008 23:29
Jonnik
Explanation: This question asks how to do global substitution. Only D is correct. To change all occurrences of text "old" to text "new": :%s/old/new/g<CR> or :1,$ s/old/new/g<CR>