History command in linux
by Nirmala[ Edit ] 2010-01-30 10:07:38
History command
If you want to list the previously used commands in your shell just type
history
It displays the list of previously used commands.
If you want to display last 10 commands just enter
history 10
.