|
Thanks for the quick reply, i tried it but it dint work for me.. i can make my situation more clear... i need to copy the data from a file except for the first 4 and the last 2 lines to a new file .. say File1 has lines
a1
a2
a3
a4
a5
.
a59
a60
a61
my new file should contain
a5
..
a59
Hope im clear.. a quick solution is really appreciated... thanks
|