The history command is issued from a terminal emulator such as aterm, eter, or xterm. If you issue the command without any arguments you will see something like this:
485 su
486 cd Desktop/
487 ls
488 sudo mv wireframe-DR16.tar.gz /usr/share/e16/themes
489 cd /usr/share/e16/themes/
490 sudo mkdir WIRE
491 sudo mv wireframe-DR16.tar.gz WIRE
492 cd WIRE/
493 sudo tar xvzf wireframe-DR16.tar.gz
494 exit
495 cd .e16/menus/
496 nano user_apps.menu
497 exit
498 gnome-control-center
499 kilalll -9 thunderbird
500 exit
501 history
502 man history
503 history
This would be the last 19 commands issued from my terminal. To be able to go through the entire list pipe, the history command through the less command enter:
history | less
Which would allow you to scroll one page at a time through the history list.