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

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -