I added a line to ~/.bashrc file which appends all issued commands to ~/.bash_eternal_history file in a date directory history-number command format, such as:
2019-01-08.23:59:32 /home/sport/Desktop 745 pwd
I need a reverse-i-search feature to bring up commands from my custom history file ~/.bash_eternal_history searching key words and cycle through each result one by one using up or down keys
How can I achieve that?