vim
delete multiple lines
# lines between 10 and 20 will be deleted
:10,20dshow line number
:set nureplace all
:%s/foo/bar/gLast updated
Was this helpful?
delete multiple lines
# lines between 10 and 20 will be deleted
:10,20dshow line number
:set nureplace all
:%s/foo/bar/gLast updated
Was this helpful?