Lance's blog
Pages
Home
May 4, 2012
Vim: Delete lines that match a pattern
Delete lines that match the pattern
:g/pattern/d
Delete lines that do not match the pattern
:v/pattern/d or :g!/pattern/d
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment