Re: screen session remember

2024-03-14 Thread aotto
Hi, thanks for this hint, I update your code # Screen only if [ -n "$STY" ] ; then     source ~/.screendb     SNUM=d$WINDOW     if [ -n "${!SNUM}" ] ; then     cd "${!SNUM}"     PROMPT_COMMAND="$PROMPT_COMMAND; sed -i 's!$SNUM=.*!$SNUM='\$(pwd)'!' ~/.screendb"     fi fi the "WINDOW" v

Re: screen session remember

2024-03-13 Thread aotto
Thanks for the answer - this hint I already use. → but I would like to have a "replacement" which is always "up-to-time" On 13.03.24 22:01, Anton Sharonov wrote: On Wed, Mar 13, 2024 at 08:46:30PM +0100, aotto wrote: I have a “screen session” with 10 screens and after r

screen session remember

2024-03-13 Thread aotto
a simple question → I have a “screen session” with 10 screens and after rebooting I want each screen (0-9) to start in the same directory in which it was closed. mfg

screen session remember

2024-03-13 Thread aotto
hi, thank you for providing the "screen" software. My simple question → I have a “screen session” with 10 screens and after rebooting I want each screen (0-9) to start in the same directory in which it was closed. → all directories are local and in my HOME directory → there is no "change-us