How to display bottom N lines from a file or pipe in Linux?

You can use tail command to display the bottom N lines of a file or pipe in Linux.