WebSphere Junction
This blog for WebSphere Administrator's
Showing posts with label
vi
.
Show all posts
Showing posts with label
vi
.
Show all posts
Monday, July 27, 2015
How to comment multiple lines at once in vi editor
open file in vi editor
: set number
for comment,
:66,70s/^/#
for uncomment:
:66,70s/^#/
Older Posts
Home
Subscribe to:
Posts (Atom)