There are ways on how to have an unlimited bash history file, you just have to Google it. But use it carefully or your file bash history may grow to 1TB.
We will open and edit our .bashrc file and look for something like this
HISTFILESIZE=
HISTSIZE=
and change it the numbers after the equal sign “=” to
Continue reading
