September 2009
Beginner
942 pages
85h 34m
English
global
[address] g[!]/pattern/[commands]
Execute commands on all lines which contain pattern or, if address is specified, on all lines within that range. If commands are not specified, print all such lines. Add a ! to execute commands on all lines not containing pattern. See also v.
:g/Unix/pPrint all lines containing "Unix":g/Name:/s/tom/Tom/Change "tom" to "Tom" on all lines containing "Name:"