On Sun, Nov 07, 2021 at 06:20:08PM +0400, Vishal Priyatham wrote:
Thanks Robin for the reply.�looks like we lost the history then as the screen session killed now.� � Regards, Vishal
I would consider these options in .bashrc shopt -s histappend HISTSIZE=-1 HISTFILESIZE=-1 As per the Bash manual page. /Lars