409: Final

Command: history

history

Syntax: history
Arguments: none
Description: Displays the last few commands entered. You can increase the command history buffer by typing set history=100 or whatever you want to set it to at a prompt.
Example:

$> history
$>
gzip lorem_ipsum.txt
compress lorem_ipsum.txt
chmod a+rwx lorem_ipsum.txt

Example:

$> set history=10
$>
$> history
$>
gzip lorem_ipsum.txt
compress lorem_ipsum.txt
chmod a+rwx lorem_ipsum.txt
grep i*m lorem_ipsum.txt
wc -l lorem_ipsum.txt
tail lorem_ipsum.txt
head lorem_ipsum.txt
cat lorem_ipsum.txt
ls
rm -rf mail