I am working on a project that have reached over more than 3000 commands. However most of the commands of mine is repeated and generated automatically due to my program.
I have try to grep or export to file but it only displays 1000 commands recently.
Are there any ways that to have a look on those very first commands (for e.g first 500 commands).
Thanks in advance !
.bashrc
file. UseHISTSIZE=100000
or any number You want. Remember to re-login after the change. More info check here – Michal Przybylowicz Feb 26 '21 at 22:51