View a large file in linux starting from the end of the file.
Sometimes an administrator might need to view a very large text file for examle a log file, in order to search or navigate inside it. Usually the logs that he needs to check are at the end of the file.
In order to view a file starting from the end of it one can type:
less +G filename
where filename is the name of the file.