If you work in the shell long enough your history will become your own personal reference. It's like automatic documentation which is the best kind of documentation.
Unfortunately, the default configuration for history is not always great.
You should already be familiar with variables such as $HISTFILE
and $HISTSIZE
.