@itsfoss Nope!

paul@machine:~$ history | grep cd
...
1995 cd Downloads
2000 history | grep cd

And run the cd (or other command you want) using !<number>

paul@machine:~$ !1995
cd Downloads
paul@machine:~/Downloads$

:-)

#Linux #Bash #History