History command in linux

by Nirmala 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
.

Tagged in:

908
like
0
dislike
0
mail
flag

You must LOGIN to add comments