What's the syntax for selecting a range of lines?
I want to run a command over lines 1405 until 1700.
And one from 1405 until the end of file, without wanting to look up that number.
Update: Is it possible to select a range from the current line to Nth line?
