In this series of mini posts I will teach you a Linux lesson every day, it can be command , tricks , how to etc. The post will cover for beginner to advanced level. Welcome to Linux terminal.
Follow us and start learning Linux today
history
history is a Linux command fetch a list of commands used in terminal. You can specify number of commands want to display
$ history
$ history 5
Following Linux manuals may help you