hi all,
i don't know, if it is possible, but i want to extract every even line from a big file.
the file looks like this:
lon lat height
1 1 1
2 2 2
3 3 3
4 4 4
5 5 5
6 6 6
7 7 7
now, i want to extract line 2, 4, 6 etc.
is this possible? do i need linenumbers?
cheers
i don't know, if it is possible, but i want to extract every even line from a big file.
the file looks like this:
lon lat height
1 1 1
2 2 2
3 3 3
4 4 4
5 5 5
6 6 6
7 7 7
now, i want to extract line 2, 4, 6 etc.
is this possible? do i need linenumbers?
cheers