asked 72.9k views
2 votes
What command can the current users execute to show a list of commands previously entered? explain the utility of this command?

asked
User Gnubie
by
8.2k points

1 Answer

4 votes
For Linux systems, we have a command called history. This command will display all the commands entered by you in the terminal. Just type history and press enter then you get what you want. For Windows systems just use the arrow up to toggle through the command prompt.
answered
User Lee Jarvis
by
7.6k points