Re: backtick and chdir

2007-12-02 Thread samuel.lethiec
Hello, I was also looking for that fonctionnalty http://lists.gnu.org/archive/html/screen-users/2007-10/threads.html ("Opening a new window, and cd to the same directory as the current window, no matter what I'm doing") I eventually found a way to achieve this http://lists.gnu.org/archive/h

Re: Opening a new window,and cd to the same directory as the currentwindow,no matter what I'm doing

2007-11-20 Thread samuel.lethiec
Eventually, I've found a way to do this. I thought some of you might be interested, so... I'm quoting myself here: > 3) How is the current window number stored in screen? I mean, is there a command, a register or something, > that would tell me the current window number? Then I could

Re: Opening a new window, and cd to the same directory as the current window,no matter what I'm doing

2007-10-30 Thread samuel.lethiec
> just the bare command "screen", when run within screen, creates a new > window int he same dir as the window in which you typed it (i'm not > sure what that window's "default directory" (the thing edited by > chdir) is) > > is that what you want? > Thank you for your answer wel