Delete rows in a range using vim -


i've got large text file (+100k long rows) i've been using vim edit, remove rows in given range i.e delete rows 500 50000 there commands this?

almost every editing command can have range specified in form

:<from>,<to><cmd> 

so want probably:

:500,50000d 

Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

c++ - End of file on pipe magic during open -