Unix operating system users mostly spend their time with vi/vim editors where we might to deal with large configuration file / code file. In this situation to reach the end and top you can save lot of time by using appropriate movement commands in vi and vim editors. It will really help you a lot.
To display and hide the line numbers enter the following command:
To move to the end of the file enter the following command (Press ESC and type capital ‘G’):
To jump back to the beginning of the file enter the following command (Press ESC and type simple ‘gg’):
Or
To reach 200th line enter the following command (Press ESC and type):