Hi all,
What is the correct way to move down, say 2 or 3 lines in a file.
For example, right now after I open my file and find a line I want, I want to move past the first line which is the heading, but then also move past the next line which is another heading..etc.
Currently to move down 1 line I do something like:
What is the correct way rather than just adding another line of '$_ <FILE>' to move down another line?