History command in linux - Linux Views : 279
Tagged in : Linux
0 0
Send mail
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
.
By Nirmala, On - 2010-01-30



    Login to add Comments .