Tutorial by Examples

Example: > cat example.txt TODO: complete this NOT this NOT that TODO: Complete that Open the example.txt using vim and type :v/TODO/d in the Ex mode. This will delete all lines that do not contain the TODO pattern.

Page 1 of 1