I have a file which has so many lines.
I want to copy every 7 line text including the cursor point line, and paste the new file.
help me !
ex)
aaa
bbb
ccc ->copy <-start cursor point
dddd
www
qqqq
ccc
eee
ggg ->copy
hhh
uuu
iiiii
rrr
eee
www ->copy
qqq
aaa
ddd
and paste the new file
I want to copy every 7 line text including the cursor point line, and paste the new file.
help me !
ex)
aaa
bbb
ccc ->copy <-start cursor point
dddd
www
qqqq
ccc
eee
ggg ->copy
hhh
uuu
iiiii
rrr
eee
www ->copy
qqq
aaa
ddd
and paste the new file