Re: Can screen tell me where I logged in from?

2006-12-08 Thread Phil!Gregory
* Eric Smith <[EMAIL PROTECTED]> [2006-12-08 10:07 +0100]: > Is it possible to export a variable to a running screen session so > that it is redefined when I reattach? > > Or do I have to attach screen via a wrapper script that writes > location info to a file - which is messy. You pretty much ha

Can screen tell me where I logged in from?

2006-12-08 Thread Eric Smith
Hi I use a context sensitive script that determines from $SSH_CLIENT the location that I am logging in from. This works perfectly in a non-screen session. However when I attach screen this variable contains the value exported from the environment where I started screen. Is it possible to export